# 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" name = "keep-a-changelog" version = "0.1.4" authors = ["Semen Loktionov "] description = "Rust library for generating and manipulating CHANGELOG.md files that use the Keep A Changelog format." documentation = "https://docs.rs/keep-a-changelog" readme = "README.md" keywords = [ "keep-a-changelog", "changelog", ] categories = [ "development-tools", "text-processing", ] license = "MIT" repository = "https://github.com/napalmpapalam/keep-a-changelog-rs" [dependencies.chrono] version = "0.4" [dependencies.derive-getters] version = "0.3" [dependencies.derive_builder] version = "0.20" [dependencies.derive_setters] version = "0.1.6" [dependencies.eyre] version = "0.6" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1" [dependencies.semver] version = "1" [dev-dependencies.log4rs_test_utils] version = "0.2.3" [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.uuid] version = "1.8.0" features = ["v4"]