# 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" rust-version = "1.56" name = "jcargo" version = "0.2.0" authors = ["Guillaume Anthouard <25181283+Gui-Yom@users.noreply.github.com>"] include = ["src/**/*", "LICENSE", "README.md"] description = "An attempt at making an equivalent to Rust's excellent build tool for the JVM ecosystem." homepage = "https://github.com/Gui-Yom/jcargo/" keywords = ["build", "java", "kotlin", "jvm"] categories = ["command-line-utilities", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/Gui-Yom/jcargo/" resolver = "2" [profile.release] lto = "thin" codegen-units = 4 [dependencies.anyhow] version = "1" [dependencies.async-oncecell] version = "0.2" [dependencies.async-recursion] version = "1" [dependencies.lazy-regex] version = "2" [dependencies.quick-xml] version = "0.22" features = ["serialize"] [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["stream"] [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3" features = ["color"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.url] version = "2" [dependencies.walkdir] version = "2"