# 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 = "kokai" version = "0.3.1" authors = ["Jones Magloire @Joxit"] description = "Create changelog for your releases and full changelog for your projects using Conventional Commits." homepage = "https://joxit.dev/kokai/" documentation = "https://docs.rs/kokai/" readme = "README.md" keywords = ["cli", "release", "changelog", "git", "conventional-commits"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Joxit/kokai" [[bin]] name = "kokai" path = "src/main.rs" [dependencies.chrono] version = "^0.4" [dependencies.git2] version = "^0.13" features = ["vendored-openssl"] [dependencies.lazy_static] version = "^1.4" [dependencies.regex] version = "^1.3" [dependencies.structopt] version = "^0.3"