ingredients 0.2.2

Check ingredients of published Rust crates
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.85"
name = "ingredients"
version = "0.2.2"
authors = ["Fabio Valentini <decathorpe@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Check ingredients of published Rust crates"
readme = "README.md"
keywords = [
    "crate",
    "publish",
    "repository",
    "supply",
    "chain",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "security",
]
license = "MIT"
repository = "https://codeberg.org/decathorpe/ingredients"

[features]
cli = [
    "dep:anstream",
    "dep:anyhow",
    "dep:clap",
    "dep:clap_complete",
    "dep:clap_complete_nushell",
    "dep:env_logger",
    "dep:owo-colors",
]
default = []

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

[[bin]]
name = "ingredients"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.anstream]
version = "0.6"
optional = true

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]
optional = true

[dependencies.clap_complete]
version = "4.5.17"
optional = true

[dependencies.clap_complete_nushell]
version = "4"
optional = true

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.flate2]
version = "1.1.8"
features = ["zlib-rs"]
default-features = false

[dependencies.owo-colors]
version = "4"
optional = true
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "http2",
    "native-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dependencies.url]
version = "2"
default-features = false

[dependencies.walkdir]
version = "2"

[lints.clippy]
allow_attributes = "warn"
dbg_macro = "warn"
expect_used = "deny"
fallible_impl_from = "deny"
indexing_slicing = "deny"
missing_const_for_fn = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
print_stderr = "deny"
print_stdout = "deny"
todo = "warn"
unneeded_field_pattern = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unnameable_types = "warn"