# 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 = "2018" name = "clparser" version = "0.1.2" authors = ["Marc Addeo "] exclude = [ ".cl", ".gitignore", "scripts", ] description = "A command line tool for parsing CHANGELOG.md files that use the Keep A Changelog format. (fork marcaddeo/clparse)" homepage = "https://github.com/x42h/clparser" documentation = "https://github.com/x42h/clparser" readme = "README.md" keywords = [ "changelog", "parser", "keepachangelog", ] categories = [ "command-line-utilities", "development-tools", "text-processing", ] license = "MIT" repository = "https://github.com/x42h/clparser" [lib] name = "clparser" path = "src/lib.rs" [[bin]] name = "clparser" path = "src/main.rs" [dependencies.anyhow] version = "1.0.3" [dependencies.chrono] version = "0.4.7" features = ["serde"] [dependencies.clap] version = "2.33.0" features = [ "yaml", "suggestions", "color", ] [dependencies.derive-getters] version = "0.1.0" [dependencies.derive_builder] version = "0.7.2" [dependencies.err-derive] version = "0.2.4" [dependencies.indexmap] version = "1.2.0" [dependencies.pulldown-cmark] version = "0.9.6" default-features = false [dependencies.serde] version = "1.0.100" [dependencies.serde_derive] version = "1.0.100" [dependencies.serde_json] version = "1.0.40" [dependencies.serde_yaml] version = "0.8.9" [dependencies.textwrap] version = "0.11.0" [dependencies.versions] version = "5.0.1" features = ["serde"]