# 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 = "jilu" version = "0.3.0" authors = ["Jean Mertz "] description = "Generate a change log based on conventional commits." readme = "README.md" keywords = ["changelog", "git", "conventional-commits", "release"] categories = ["command-line-utilities", "development-tools", "template-engine"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustic-games/jilu" [dependencies.Inflector] version = "0.11" default-features = false [dependencies.boolinator] version = "2" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.conventional] version = "0.5" [dependencies.git2] version = "0.13" default-features = false [dependencies.lazy_static] version = "1" [dependencies.ron] version = "0.5" [dependencies.semver] version = "0.9" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tera] version = "1.1.0" features = ["preserve_order"]