-
-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy pathCargo.toml
More file actions
39 lines (38 loc) · 932 Bytes
/
Cargo.toml
File metadata and controls
39 lines (38 loc) · 932 Bytes
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
[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"
bytes = "1.11.0"
clap = "4.5.52"
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 = ["ring"] }
semver = "1.0.27"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
sha2 = "0.10.9"
tar = "0.4.45"
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"
zip = "8.2.0"
zstd = "0.13.3"