# 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 = "changelogging" version = "0.7.0" authors = ["nekitdev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Building changelogs from fragments." documentation = "https://docs.rs/changelogging" readme = "README.md" keywords = [ "changelog", "changes", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/nekitdev/changelogging" [lib] name = "changelogging" path = "src/lib.rs" [[bin]] name = "changelogging" path = "src/main.rs" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.edit] version = "0.1.5" [dependencies.handlebars] version = "6.0.0" [dependencies.itertools] version = "0.13.0" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.textwrap] version = "0.16.1" default-features = false [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" features = [ "serde", "parsing", "macros", ] [dependencies.toml] version = "0.8.19" features = ["parse"]