# 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] name = "cargo-version-sync" version = "0.0.5" authors = ["Yusuke Sasaki "] include = ["/Cargo.toml", "/README.md", "/LICENSE", "/build.rs", "/src/**/*.rs", "/tests/**/*.rs", "/examples/**/*.rs", "/benches/**/*.rs"] description = "Cargo subcommand for keeping the version numbers in sync with Cargo.toml\n" readme = "README.md" license = "MIT" repository = "https://github.com/ubnt-intrepid/cargo-prerelease.git" [package.metadata.version-sync] use-preset = true [lib] name = "cargo_version_sync" path = "src/lib.rs" [[bin]] name = "cargo-version-sync" path = "src/main.rs" doc = false required-features = ["bin"] [dependencies.chrono] version = "0.4.6" [dependencies.failure] version = "0.1.3" [dependencies.regex] version = "1.0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.2.12" optional = true [dependencies.toml] version = "0.4.8" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [features] bin = ["structopt"] default = ["bin"]