java-locator 0.1.9

Locates a Java installation in the host.
Documentation
[[bin]]
doc = false
name = "java-locator"
path = "src/main.rs"
required-features = ["build-binary"]

[dependencies.docopt]
optional = true
version = "1.1"

[dependencies.glob]
version = "0.3"

[features]
build-binary = ["docopt"]
locate-jdk-only = []

[lib]
crate-type = ["rlib"]
doctest = false
name = "java_locator"
path = "src/lib.rs"

[package]
authors = ["aston <astonbitecode@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Locates a Java installation in the host."
edition = "2021"
keywords = ["java", "jni"]
license = "MIT/Apache-2.0"
name = "java-locator"
readme = "README.md"
repository = "http://github.com/astonbitecode/java-locator"
version = "0.1.9"

[[test]]
name = "ensure-escaped"
path = "tests/ensure-escaped.rs"