mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
34 lines
670 B
TOML
34 lines
670 B
TOML
[package]
|
|
name = "uv-preview"
|
|
version = "0.0.41"
|
|
description = "This is an internal component crate of uv"
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[package.metadata.cargo-shear]
|
|
ignored = ["uv-preview"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
uv-warnings = { workspace = true }
|
|
|
|
enumflags2 = { workspace = true }
|
|
itertools = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
uv-preview = { path = ".", features = ["testing"] }
|
|
|
|
[features]
|
|
default = []
|
|
testing = []
|