mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 05:35:04 +00:00
36 lines
878 B
TOML
36 lines
878 B
TOML
[package]
|
|
name = "uv-virtualenv"
|
|
version = "0.0.4"
|
|
publish = false
|
|
description = "virtualenv creation implemented in rust"
|
|
keywords = ["virtualenv", "venv", "python"]
|
|
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
repository = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
uv-fs = { workspace = true }
|
|
uv-pypi-types = { workspace = true }
|
|
uv-python = { workspace = true }
|
|
uv-shell = { workspace = true }
|
|
uv-version = { workspace = true }
|
|
|
|
fs-err = { workspace = true }
|
|
itertools = { workspace = true }
|
|
pathdiff = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies]
|
|
self-replace = { workspace = true }
|