# 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 = "cargo-ws-manage" version = "0.2.0" authors = ["einfachIrgendwer0815"] description = "Cargo workspace management" readme = "README.md" keywords = [ "workspace", "cargo", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/einfachIrgendwer0815/cargo-ws-manage" resolver = "2" [dependencies.clap] version = "3.2.14" features = ["derive"] [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.serde_derive] version = "1.0.140" [dependencies.toml] version = "0.5.9" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-context] version = "0.1.4"