# 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 = "wukong" version = "0.2.6" authors = ["linux_china "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wukong is a command-line toolchain for Java with Rust" homepage = "https://github.com/linux-china/wukong" documentation = "https://github.com/linux-china/wukong" readme = "README.md" keywords = [ "java", "toolchain", "jbang", "sdkman", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/linux-china/wukong" [profile.dev] opt-level = 0 debug = 0 [profile.dev.package."*"] opt-level = 3 [profile.dist] lto = true inherits = "release" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "wukong" path = "src/lib.rs" [[bin]] name = "jbang" path = "src/jbang.rs" [[bin]] name = "jenv" path = "src/jenv.rs" [[bin]] name = "mcs" path = "src/mcs.rs" [[bin]] name = "mt" path = "src/mt.rs" [[bin]] name = "sdk" path = "src/sdkman.rs" [[test]] name = "oneio_test" path = "tests/oneio_test.rs" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5" [dependencies.colored] version = "2" [dependencies.dirs] version = "5" [dependencies.flate2] version = "1" [dependencies.fs_extra] version = "1.3.0" [dependencies.handlebars] version = "6.2.0" [dependencies.itertools] version = "0.13" [dependencies.java-properties] version = "2" [dependencies.lazy_static] version = "1.5.0" [dependencies.pad] version = "0.1" [dependencies.quick-xml] version = "0.37" features = ["serialize"] [dependencies.reqwest] version = "0.12" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shlex] version = "1.3" [dependencies.symlink] version = "0.1.0" [dependencies.tar] version = "0.4" [dependencies.url] version = "2.5" [dependencies.which] version = "7" [dependencies.zip] version = "2.2.0" [dev-dependencies.dotenvy] version = "0.15"