# 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 = "2018" name = "git-calver" version = "24.1.1" authors = ["Shun Takebayashi "] description = "carlendar versioning utility" readme = "README.md" keywords = [ "git", "calver", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/takebayashi/git-calver" [dependencies.chrono] version = "0.4.31" features = ["clock"] default-features = false [dependencies.clap] version = "4.4.12" [dependencies.git2] version = "0.18.1" features = ["vendored-openssl"] default-features = false