# 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" rust-version = "1.74.1" name = "clog-cli" version = "0.10.0" authors = ["Christoph Burgdorf "] build = false exclude = ["docs/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A conventional changelog for the rest of us" readme = "README.md" keywords = [ "git", "log", "changelog", "parser", "parse", ] license = "MIT" repository = "https://github.com/clog-tool/clog-cli" [[bin]] name = "clog" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.0" optional = true [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.clog] version = "0.11.0" [dependencies.semver] version = "1.0.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [features] color = ["ansi_term"] debug = [] default = ["color"] unstable = []