mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
43 lines
1008 B
TOML
43 lines
1008 B
TOML
[package]
|
|
name = "uv-platform"
|
|
version = "0.0.42"
|
|
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 }
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
uv-static = { workspace = true }
|
|
uv-fs = { workspace = true }
|
|
uv-platform-tags = { workspace = true }
|
|
|
|
fs-err = { workspace = true }
|
|
goblin = { workspace = true }
|
|
regex = { workspace = true }
|
|
target-lexicon = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
rustix = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
procfs = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
windows-version = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
insta = { workspace = true }
|
|
indoc = { workspace = true }
|
|
tempfile = { workspace = true }
|