cargo-version-info 0.0.15

Cargo subcommand for unified version management across CI/CD, Rust code, and shell scripts
Documentation
# 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 = "2024"
rust-version = "1.93.0"
name = "cargo-version-info"
version = "0.0.15"
authors = ["Jacobus Geluk <jacobus@dataroad.com>"]
build = "build.rs"
exclude = [
    ".cargo/",
    ".cargo-husky/",
    ".clippy.toml",
    ".cursor/",
    ".github/",
    ".gitignore",
    ".rust-toolchain.toml",
    ".vscode/",
    "cog.toml",
    "rustfmt.toml",
    "scripts/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand for unified version management across CI/CD, Rust code, and shell scripts"
homepage = "https://github.com/dataroadinc/cargo-version-info"
documentation = "https://docs.rs/cargo-version-info"
readme = "README.md"
keywords = [
    "cargo",
    "version",
    "semver",
    "cli",
    "ci",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/dataroadinc/cargo-version-info"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "zip"

[lib]
name = "cargo_version_info"
path = "src/lib.rs"

[[bin]]
name = "cargo-version-info"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bstr]
version = "1.12.1"

[dependencies.cargo-plugin-utils]
version = "0.0.8"

[dependencies.cargo_metadata]
version = "0.23.1"

[dependencies.carlog]
version = "0.1"

[dependencies.clap]
version = "4.5.54"
features = [
    "derive",
    "env",
    "std",
]
default-features = false

[dependencies.console]
version = "0.16.2"

[dependencies.dotenvage]
version = "0.1.11"

[dependencies.gix]
version = "0.77.0"
features = [
    "revision",
    "worktree-mutation",
    "index",
    "blob-diff",
]
default-features = false

[dependencies.indicatif]
version = "0.18.3"

[dependencies.octocrab]
version = "0.49.5"
features = [
    "default-client",
    "follow-redirect",
    "retry",
    "rustls",
    "rustls-aws-lc-rs",
    "timeout",
    "tracing",
    "futures-util",
    "hyper-rustls",
    "hyper-timeout",
    "tokio",
    "jwt-aws-lc-rs",
]
default-features = false

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.1"
features = ["rustls"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2.7.0"
features = ["text"]

[dependencies.smallvec]
version = "1.15.1"

[dependencies.ssh-agent-client-rs]
version = "1.1"

[dependencies.ssh-key]
version = "0.6"
features = [
    "ed25519",
    "p256",
    "p384",
    "rsa",
]

[dependencies.tempfile]
version = "3.24.0"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "rt-multi-thread",
    "fs",
    "process",
]

[dependencies.toml]
version = "0.9"

[dependencies.toml_edit]
version = "0.24.0"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3.24"

[build-dependencies.anyhow]
version = "1.0.100"

[build-dependencies.gix]
version = "0.77.0"
features = [
    "revision",
    "worktree-mutation",
    "index",
    "blob-diff",
]
default-features = false

[build-dependencies.rhusky]
version = "0.0.2"

[build-dependencies.toml]
version = "0.9"