# 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 = "ccclog" version = "0.4.0" authors = ["Wataru Matsui "] exclude = ["examples/*", "tests/*", "benches/*", "*.png", "perf/*", "assets", "Makefile", "tmp.rs"] description = "Generate changelog from git commit" readme = "README.md" keywords = ["changelog", "cli", "release", "git", "conventional-commits"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/watawuwu/ccclog" [[bin]] name = "ccclog" path = "src/main.rs" [dependencies.Inflector] version = "0.11" [dependencies.anyhow] version = "1.0" [dependencies.atty] version = "0.2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.exitcode] version = "1.1" [dependencies.git2] version = "0.13" [dependencies.itertools] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.openssl-sys] version = "0.9" [dependencies.pretty_env_logger] version = "0.4" [dependencies.regex] version = "1.3" [dependencies.semver] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3" [dependencies.strum] version = "0.18" [dependencies.strum_macros] version = "0.18" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.flate2] version = "1.0" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.tar] version = "0.4" [dev-dependencies.tempdir] version = "0.3" [features] default = ["vendored"] vendored = ["openssl-sys/vendored"] [badges.is-it-maintained-issue-resolution] repository = "watawuwu/ccclog" service = "github" [badges.is-it-maintained-open-issues] repository = "watawuwu/ccclog" service = "github" [badges.maintenance] status = "passively-maintained"