2024-07-01 08:20:24 -04:00
|
|
|
[package]
|
|
|
|
|
name = "uv-scripts"
|
|
|
|
|
version = "0.0.1"
|
2025-05-18 19:38:43 -04:00
|
|
|
edition = { workspace = true }
|
2024-07-01 08:20:24 -04:00
|
|
|
description = "Parse PEP 723-style Python scripts."
|
|
|
|
|
|
2024-10-11 16:41:35 +02:00
|
|
|
[lib]
|
|
|
|
|
doctest = false
|
|
|
|
|
|
2024-07-01 08:20:24 -04:00
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-01 20:15:32 -04:00
|
|
|
uv-pep440 = { workspace = true }
|
|
|
|
|
uv-pep508 = { workspace = true }
|
|
|
|
|
uv-pypi-types = { workspace = true }
|
2025-05-27 00:05:30 +02:00
|
|
|
uv-redacted = { workspace = true }
|
2024-08-09 23:11:10 -04:00
|
|
|
uv-settings = { workspace = true }
|
2025-06-19 14:47:22 -07:00
|
|
|
uv-warnings = { workspace = true }
|
2024-08-09 23:11:10 -04:00
|
|
|
uv-workspace = { workspace = true }
|
2024-07-01 08:20:24 -04:00
|
|
|
|
|
|
|
|
fs-err = { workspace = true, features = ["tokio"] }
|
2024-08-11 03:40:59 +02:00
|
|
|
indoc = { workspace = true }
|
2024-07-01 08:20:24 -04:00
|
|
|
memchr = { workspace = true }
|
2025-06-19 14:47:22 -07:00
|
|
|
regex = { workspace = true }
|
2024-07-01 08:20:24 -04:00
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
toml = { workspace = true }
|
2025-02-11 19:54:46 -05:00
|
|
|
url = { workspace = true }
|