forked from astral-sh/python-build-standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (42 loc) · 1.03 KB
/
Cargo.toml
File metadata and controls
43 lines (42 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[package]
name = "pythonbuild"
version = "0.1.0"
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
edition = "2024"
[dependencies]
anyhow = "1.0.100"
apple-sdk = "0.6.0"
aws-config = { version = "1", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1"
bytes = "1.11.0"
clap = "4.5.52"
duct = "1.1.1"
flate2 = "1.1.5"
futures = "0.3.30"
goblin = "0.10.3"
hex = "0.4.3"
normalize-path = "0.2.1"
object = "0.38.1"
octocrab = { version = "0.49.5", features = ["rustls", "stream"] }
once_cell = "1.21.3"
pdb = "0.8.0"
pep440_rs = "0.7.3"
rayon = "1.11.0"
reqwest = { version = "0.13", features = ["rustls", "stream"] }
reqwest-middleware = "0.5"
reqwest-retry = "0.9"
rustls = { version = "0.23" , default-features = false, features = ["aws_lc_rs"] }
semver = "1.0.27"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
sha2 = "0.10.9"
tar = "0.4.44"
tempfile = "3.23.0"
text-stub-library = "0.9.0"
tokio = "1.48.0"
tokio-util = "0.7.17"
url = "2.5.7"
version-compare = "0.2.1"
walkdir = "2.5.0"
zip = "8.2.0"
zstd = "0.13.3"