# 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 = "unclog" version = "0.7.3" authors = ["Thane Thomson "] description = """ unclog allows you to build your changelog from a collection of independent files. This helps prevent annoying and unnecessary merge conflicts when collaborating on shared codebases.""" homepage = "https://github.com/informalsystems/unclog" readme = "README.md" keywords = [ "changelog", "markdown", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/informalsystems/unclog" [[bin]] name = "unclog" path = "src/bin/cli.rs" required-features = ["cli"] [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] optional = true [dependencies.comfy-table] version = "7.1.0" [dependencies.git2] version = "0.18" [dependencies.handlebars] version = "5.1" [dependencies.log] version = "0.4" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12" optional = true [dependencies.tempfile] version = "3.10" optional = true [dependencies.textwrap] version = "0.16" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.lazy_static] version = "1.4" [features] cli = [ "simplelog", "clap", "tempfile", ] default = ["cli"]