# 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 = "conventional-commits-changelog-generator" version = "0.1.0" authors = ["Sven Lechner "] description = "A CLI and library for generating the changelog based on conventional commits." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/conventional-commits-rs/conventional-commits-changelog-generator" [[bin]] name = "changelog" path = "src/bin/changelog.rs" required-features = ["cli"] [dependencies.cargo_toml] version = "0.8.1" optional = true [dependencies.chrono] version = "0.4.13" [dependencies.conventional-commits-next-semver] version = "0.1.1" [dependencies.conventional-commits-parser] version = "0.1.1" [dependencies.git2] version = "0.13.8" [dependencies.indoc] version = "1.0.2" optional = true [dependencies.inventory] version = "0.1.7" [dependencies.markdown-composer] version = "0.1.0" [dependencies.pico-args] version = "0.3.4" optional = true default-features = false [dependencies.semver] version = "0.10.0" [dependencies.thiserror] version = "1.0.20" [dependencies.url] version = "2.1.1" [features] cli = ["indoc", "pico-args"] default = ["extractors"] extractor-cargo = ["cargo_toml"] extractor-git = [] extractors = ["extractor-cargo", "extractor-git"]