# 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 = "gw" version = "0.2.0" authors = ["Martin Moeller"] description = "gw - gradlew convenience - gdub clone" homepage = "https://github.com/normartin/rust-gradlew-locator" documentation = "https://github.com/normartin/rust-gradlew-locator" readme = "readme.md" keywords = ["gradle", "gradlew", "cli", "gdub"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/normartin/rust-gradlew-locator" [profile.release] lto = true [dependencies] [dev-dependencies.assert_cmd] version = "0.10" [dev-dependencies.predicates] version = "1" [target."cfg(windows)".dependencies.ctrlc] version = "3.1.3"