uv-install-wheel 0.0.21

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.91"
name = "uv-install-wheel"
version = "0.0.21"
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"
keywords = [
    "wheel",
    "python",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/astral-sh/uv"
resolver = "2"

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

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

[dependencies.configparser]
version = "3.1.0"

[dependencies.csv]
version = "1.3.0"

[dependencies.data-encoding]
version = "2.6.0"

[dependencies.fs-err]
version = "3.2.2"
features = ["tokio"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.mailparse]
version = "0.16.0"

[dependencies.owo-colors]
version = "4.1.0"

[dependencies.pathdiff]
version = "0.2.1"

[dependencies.reflink-copy]
version = "0.1.19"

[dependencies.regex]
version = "1.10.6"

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

[dependencies.schemars]
version = "1.0.0"
features = ["url2"]
optional = true

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

[dependencies.serde_json]
version = "1.0.128"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tempfile]
version = "3.14.0"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.uv-distribution-filename]
version = "0.0.21"

[dependencies.uv-flags]
version = "0.0.21"

[dependencies.uv-fs]
version = "0.0.21"
features = [
    "serde",
    "tokio",
]

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

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

[dependencies.uv-preview]
version = "0.0.21"

[dependencies.uv-pypi-types]
version = "0.0.21"

[dependencies.uv-shell]
version = "0.0.21"

[dependencies.uv-trampoline-builder]
version = "0.0.21"

[dependencies.uv-warnings]
version = "0.0.21"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.anyhow]
version = "1.0.89"

[dev-dependencies.assert_fs]
version = "1.1.2"

[dev-dependencies.indoc]
version = "2.0.5"

[target.'cfg(target_os = "windows")'.dependencies.same-file]
version = "1.0.6"

[target.'cfg(target_os = "windows")'.dependencies.self-replace]
version = "1.5.0"

[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"