uv-audit 0.0.35

This is an internal component crate of uv
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.92.0"
name = "uv-audit"
version = "0.0.35"
authors = ["uv"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is an internal component crate of uv"
homepage = "https://pypi.org/project/uv/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/astral-sh/uv"
resolver = "2"

[package.metadata.cargo-shear]
ignored = ["reqwest"]

[features]
default = ["test-osv"]
test-osv = []

[lib]
name = "uv_audit"
path = "src/lib.rs"
doctest = false

[dependencies.clap]
version = "4.5.17"
features = [
    "derive",
    "env",
    "string",
    "wrap_help",
]
optional = true

[dependencies.futures]
version = "0.3.30"

[dependencies.jiff]
version = "0.2.0"
features = ["serde"]

[dependencies.reqwest-middleware]
version = "0.5.1"
features = [
    "multipart",
    "query",
    "json",
]
package = "astral-reqwest-middleware"

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.serde]
version = "1.0.210"
features = [
    "derive",
    "rc",
    "derive",
]

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uv-configuration]
version = "0.0.35"

[dependencies.uv-normalize]
version = "0.0.35"

[dependencies.uv-pep440]
version = "0.0.35"
features = [
    "tracing",
    "rkyv",
    "version-ranges",
]

[dependencies.uv-redacted]
version = "0.0.35"

[dependencies.uv-small-str]
version = "0.0.35"

[dev-dependencies.insta]
version = "1.46.0"
features = [
    "json",
    "filters",
    "redactions",
]

[dev-dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "gzip",
    "deflate",
    "zstd",
    "stream",
    "system-proxy",
    "rustls",
    "socks",
    "multipart",
    "http2",
    "blocking",
    "query",
    "form",
    "rustls",
]
default-features = false

[dev-dependencies.serde_json]
version = "1.0.128"

[dev-dependencies.tokio]
version = "1.40.0"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt",
    "signal",
    "sync",
    "time",
]

[dev-dependencies.wiremock]
version = "0.6.4"

[lints.clippy]
char_lit_as_u8 = "allow"
collapsible_else_if = "allow"
collapsible_if = "allow"
dbg_macro = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
get_unwrap = "warn"
if_not_else = "allow"
implicit_hasher = "allow"
large_stack_arrays = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
use_self = "warn"
used_underscore_binding = "allow"

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

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"