# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "java-locator" version = "0.1.8" authors = ["aston "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" doctest = false [[bin]] name = "java-locator" path = "src/main.rs" doc = false required-features = ["build-binary"] [[test]] name = "ensure-escaped" path = "tests/ensure-escaped.rs" [dependencies.docopt] version = "1.1" optional = true [dependencies.glob] version = "0.3" [features] build-binary = ["docopt"]