# 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-epublish" version = "0.0.2" description = "a simple tool for patch the version of configuration of crate" documentation = "https://docs.rs/epublish" readme = "README.md" keywords = ["cli", "tool"] license = "MIT OR Apache-2.0" repository = "https://github.com/sunboyZgz/epublish" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["cargo"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.6" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.toml] version = "0.5.9"