# 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 = "cl" version = "0.9.0" authors = ["Marc Addeo "] exclude = [".cl", ".gitignore", "scripts"] description = "A command line tool for recording changes to be collected for use in a Keep A Changelog formatted CHANGELOG.md" homepage = "https://github.com/marcaddeo/cl" documentation = "https://github.com/marcaddeo/cl#cl" keywords = ["changelog", "manager", "keepachangelog"] categories = ["command-line-utilities", "development-tools", "text-processing"] license = "MIT" repository = "https://github.com/marcaddeo/cl" [dependencies.anyhow] version = "1.0.31" [dependencies.clap] version = "2.33.0" features = ["yaml", "suggestions", "color"] [dependencies.clparse] version = "0.8.0" [dependencies.derive_builder] version = "0.8.0" [dependencies.err-derive] version = "0.1.6" [dependencies.gag] version = "0.1.10" [dependencies.git2] version = "0.10.1" features = ["vendored-openssl"] [dependencies.remove_empty_subdirs] version = "0.1.1" [dependencies.scan_dir] version = "0.3.3" [dependencies.semver] version = "0.10.0" [dependencies.serde] version = "1.0.101" [dependencies.serde_json] version = "1.0.41" [dependencies.serde_yaml] version = "0.8.11"