# 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 = "gitscribe" version = "0.5.2" authors = ["Kade Powell "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command line tool to generate a change log from a git repository and control the versioning of a project." homepage = "https://github.com/Kade-Powell/gitscribe" readme = "README.md" keywords = [ "cli", "changelog", "semver", "versioning", "automation", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Kade-Powell/gitscribe" [lib] name = "gitscribe" path = "src/lib.rs" [[bin]] name = "gitscribe" path = "src/main.rs" [dependencies.askama] version = "0.12.1" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.indexmap] version = "2.2.3" [dependencies.inquire] version = "0.6.2" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.serde_yaml] version = "0.9.31" [dependencies.toml] version = "0.8.10"