java-locator 0.1.1

Locates a Java installation in the host.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "java-locator"
version = "0.1.1"
authors = ["aston <astonbitecode@gmail.com>"]
description = "Locates a Java installation in the host."
readme = "README.md"
keywords = ["java", "jni"]
license = "MIT/Apache-2.0"
repository = "https://github.com/astonbitecode/java-locator"

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

[[bin]]
name = "java-locator"
path = "src/main.rs"
doc = false
required-features = ["build-binary"]
[dependencies.docopt]
version = "1.0"
optional = true

[dependencies.glob]
version = "0.2"

[dependencies.lazy_static]
version = "1.2"

[features]
build-binary = ["docopt"]