# 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 = "2018" rust-version = "1.70.0" name = "cargo-workspaces" version = "0.3.6" authors = ["Pavan Kumar Sunkara "] exclude = ["tests"] default-run = "cargo-workspaces" description = "Cargo workspace manager" readme = "README.md" license = "MIT" repository = "https://github.com/pksunkara/cargo-workspaces" [profile.release] lto = "thin" [[bin]] name = "cargo-workspaces" path = "src/main.rs" [[bin]] name = "cargo-ws" path = "src/../src/main.rs" test = false bench = false [dependencies.camino] version = "1.0.1" [dependencies.cargo_metadata] version = "0.13.1" [dependencies.clap] version = "~3.1.12" features = [ "derive", "wrap_help", "unstable-replace", ] [dependencies.ctrlc] version = "3.4.1" [dependencies.dialoguer] version = "0.9.0" [dependencies.dunce] version = "1.0.4" [dependencies.glob] version = "0.3.1" [dependencies.globset] version = "0.4.13" [dependencies.indexmap] version = "1.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.oclif] version = "0.4.0" [dependencies.regex] version = "1.3.7" [dependencies.semver] version = "0.11" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tame-index] version = "0.9.0" features = [ "git", "sparse", ] [dependencies.thiserror] version = "1.0.48" [dependencies.toml_edit] version = "0.19.10" [dependencies.url] version = "2.5.2" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.indoc] version = "1.0.9" [dev-dependencies.insta] version = "1.32.0" features = ["redactions"] [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tempfile] version = "3.6.0"