# 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-autoinherit" version = "0.1.5" authors = ["Luca Palmieri "] description = "A cargo sub-command to leverage dependency inheritance wherever possible" readme = "README.md" keywords = [ "cargo", "workspace", "inheritance", "dependencies", ] categories = [ "development-tools::cargo-plugins", "command-line-utilities", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/mainmatter/cargo-autoinherit" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.80" [dependencies.cargo-manifest] version = "0.14.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.fs-err] version = "2.11.0" [dependencies.guppy] version = "0.17.5" [dependencies.semver] version = "1.0.22" [dependencies.toml] version = "0.8.10" [dependencies.toml_edit] version = "0.22.6"