# 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 = "cnctd_bump" version = "0.1.9" authors = [ "Connected Dot Inc.", "Kyle Ebner ", ] description = "CLI to bump versions for Rust and NPM projects" readme = "README.md" license = "MIT" repository = "https://github.com/Connected-Dot/cnctd_bump" resolver = "1" [lib] name = "cnctd_bump" path = "src/lib.rs" [[bin]] name = "cnctd-bump" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.5" features = ["derive"] [dependencies.cnctd_cargo] version = "0.1.2" [dependencies.cnctd_npm] version = "0.1.0" [dependencies.tokio] version = "1.32.0" features = ["full"]