# 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 = "versio" version = "0.8.3" authors = ["Charlie Ozinga "] description = "Versio is a tool to manage and publish project versions." homepage = "https://github.com/chaaz/versio/" readme = "README.md" keywords = [ "publish", "version", "development", "deploy", "release", ] categories = [ "command-line-utilities", "config", ] license-file = "LICENSE.txt" repository = "https://github.com/chaaz/versio/" [lib] name = "versio" path = "src/lib.rs" [[bin]] name = "versio" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.68" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0.18" features = [ "wrap_help", "cargo", "derive", ] [dependencies.dirs] version = "4.0.0" [dependencies.git2] version = "0.15.0" [dependencies.glob] version = "0.3.0" [dependencies.hyper] version = "0.14.22" features = [ "client", "http1", "http2", "tcp", ] [dependencies.ignore] version = "0.4.18" [dependencies.liquid] version = "0.26.0" [dependencies.octocrab] version = "0.17.0" [dependencies.path-slash] version = "0.2.1" [dependencies.regex] version = "1.6.0" [dependencies.schemars] version = "0.8.11" [dependencies.sequoia-openpgp] version = "1.18.0" features = [ "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto", ] default-features = false [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.serde_yaml] version = "0.9.14" [dependencies.tokio] version = "1.21.2" features = [ "rt", "rt-multi-thread", ] [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.xmlparser] version = "0.13.5" [dependencies.yaml-rust] version = "0.4.5"