cargo-upkeep 0.1.7

Unified Rust project maintenance CLI (cargo subcommand)
# 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"
rust-version = "1.70"
name = "cargo-upkeep"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified Rust project maintenance CLI (cargo subcommand)"
homepage = "https://github.com/llbbl/upkeep-rs"
documentation = "https://docs.rs/cargo-upkeep"
readme = "README.md"
keywords = [
    "cargo",
    "cargo-subcommand",
    "dependencies",
    "security",
    "maintenance",
]
categories = [
    "development-tools::cargo-plugins",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/llbbl/upkeep-rs"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/cargo-upkeep-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "."

[[package.metadata.binstall.overrides]]
target = "x86_64-pc-windows-msvc"
pkg-url = "{ repo }/releases/download/v{ version }/cargo-upkeep-{ target }.zip"
pkg-fmt = "zip"
bin-dir = "."

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "detect"
path = "tests/detect.rs"

[[test]]
name = "tree"
path = "tests/tree.rs"

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
]
default-features = false

[dependencies.rustsec]
version = "0.32"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.httpmock]
version = "0.8"

[dev-dependencies.predicates]
version = "3.0"

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