# 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 = "gradle-util-rs" version = "0.1.0-alpha.7" description = "Gradle util written in Rust" readme = "README.md" keywords = ["gradle"] license = "MIT OR Apache-2.0" repository = "https://github.com/jason5lee/gradle-util-rs" resolver = "2" [[bin]] name = "gur" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.humantime] version = "2.1" [dependencies.notify] version = "4.0" [dependencies.termcolor] version = "1.1" [dependencies.toml] version = "0.5"