# 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 = "wtf-rlsr" version = "1.1.1" authors = ["Ɓukasz Kurowski "] description = "Cargo workspace and GIT release tool." license = "GPL-3.0" [lib] path = "src/lib.rs" [[bin]] name = "wtf-rlsr" path = "bin/main.rs" [dependencies.cargo] version = "^0.41.0" [dependencies.colored] version = "^1.6.0" [dependencies.console] version = "^0.9.1" [dependencies.dialoguer] version = "^0.5.0" [dependencies.dirs] version = "^2.0.2" [dependencies.failure] version = "^0.1.6" [dependencies.fs_extra] version = "^1.1.0" [dependencies.git2] version = "^0.10.0" [dependencies.glob] version = "^0.3.0" [dependencies.hashbrown] version = "^0.6.3" [dependencies.log] version = "^0.4.8" [dependencies.pathdiff] version = "0.1.0" [dependencies.pretty_env_logger] version = "^0.3.1" [dependencies.semver] version = "^0.9.0" [dependencies.serde] version = "^1.0.0" [dependencies.serde_derive] version = "^1.0.0" [dependencies.serde_json] version = "^1.0.0" [dependencies.structopt] version = "^0.3.0" [dependencies.syn] version = "^1.0.12" features = ["full", "visit"] [dependencies.toml] version = "^0.5.3" [dependencies.which] version = "3.1.0"