# 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 = "sem-version" version = "0.0.0" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Automatically retrieve the next version to release based on your commits." readme = "README.md" license = "MIT" [lib] name = "semversion_lib" path = "src/lib.rs" [[bin]] name = "semversion" path = "src/bin/main.rs" required-features = ["cli"] [dependencies.auth-git2] version = "0.5" [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.dirs] version = "5.0" [dependencies.git2] version = "0.19" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.regex] version = "1.10" [features] cli = ["clap"] default = ["cli"]