kdeets 0.1.28

Query crates.io for information about a crate.
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.89"
name = "kdeets"
version = "0.1.28"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query crates.io for information about a crate."
documentation = "https://docs.rs/kdeets"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jerus-org/kdeets"

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

[[bin]]
name = "kdeets"
path = "src/main.rs"

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

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

[dependencies.clap-verbosity]
version = "2.1.0"

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.colorful]
version = "0.3.2"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"

[dependencies.reqwest]
version = "0.13.2"
features = ["rustls-no-provider"]
default-features = false

[dependencies.rustls]
version = "0.23.36"
features = ["ring"]
default-features = false

[dependencies.semver]
version = "1.0.27"

[dependencies.smol_str]
version = "0.3.5"

[dependencies.tame-index]
version = "0.26.0"
features = [
    "local",
    "local-builder",
    "sparse",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.webpki-roots]
version = "1.0.6"

[dev-dependencies.fs_extra]
version = "1.3.0"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.simple_logger]
version = "5.1.0"

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

[dev-dependencies.trycmd]
version = "0.15.11"

[lints.clippy]
uninlined-format-args = "warn"