# 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 = "cargo-cvm" version = "0.5.9" authors = ["Fluvio Contributors "] description = "Rust Crate Version Manager (CVM)" readme = "README.md" keywords = ["crate", "semantic", "version", "semver", "manager"] categories = ["command-line-utilities", "development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/infinyon/cargo-cvm" [[bin]] name = "cargo-cvm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.cargo_toml] version = "0.8.1" [dependencies.clap] version = "2.33.2" [dependencies.env_logger] version = "0.7.1" [dependencies.git2] version = "0.13.8" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.toml] version = "0.5.6"