forked from PyO3/maturin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
208 lines (185 loc) · 5.1 KB
/
Cargo.toml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
[package]
authors = ["konstin <[email protected]>", "messense <[email protected]>"]
name = "maturin"
version = "1.7.5"
description = "Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages"
exclude = [
"test-crates/**/*",
"sysconfig/*",
"test-data/*",
"ci/*",
"tests/*",
"guide/*",
".github/*",
".devcontainer/*",
"Dockerfile",
".dockerignore",
"deny.toml",
"noxfile.py",
"test-dockerfile.sh",
"Code-of-Conduct.md",
]
homepage = "https://github.com/pyo3/maturin"
readme = "README.md"
repository = "https://github.com/pyo3/maturin"
license = "MIT OR Apache-2.0"
keywords = ["python", "cffi", "packaging", "pypi", "pyo3"]
categories = [
"api-bindings",
"development-tools::ffi",
"command-line-utilities",
]
edition = "2021"
rust-version = "1.74"
[[bin]]
name = "maturin"
[lib]
name = "maturin"
[dependencies]
anyhow = "1.0.80"
base64 = "0.21.0"
glob = "0.3.0"
cargo-config2 = "0.1.24"
cargo_metadata = "0.18.0"
cargo-options = "0.7.2"
cbindgen = { version = "0.26.0", default-features = false }
flate2 = "1.0.18"
goblin = "0.8.0"
platform-info = "2.0.2"
regex = "1.7.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
sha2 = "0.10.3"
tar = "0.4.38"
tempfile = "3.2.0"
toml = "0.8.10"
toml_edit = "0.22.6"
zip = { version = "0.6.1", default-features = false, features = [
"bzip2",
"deflate",
"time",
] }
thiserror = "1.0.37"
fs-err = "2.11.0"
fat-macho = { version = "0.4.8", default-features = false }
once_cell = "1.7.2"
rustc_version = "0.4.0"
semver = "1.0.22"
target-lexicon = "0.12.14"
indexmap = "2.2.3"
pyproject-toml = "0.11.0"
python-pkginfo = "0.6.0"
textwrap = "0.16.1"
ignore = "0.4.20"
itertools = "0.12.1"
lddtree = "0.3.4"
cc = "1.0.88"
dunce = "1.0.2"
normpath = "1.1.1"
path-slash = "0.2.1"
pep440_rs = { version = "0.6.0", features = ["serde", "tracing"] }
pep508_rs = { version = "0.6.0", features = ["serde", "tracing"] }
same-file = "1.0.6"
time = "0.3.17"
url = "2.5.0"
unicode-xid = { version = "0.2.4", optional = true }
# cli
clap = { version = "4.0.0", features = [
"derive",
"env",
"wrap_help",
"unstable-styles",
] }
clap_complete_command = { version = "0.6.1", optional = true }
# cross compile
cargo-zigbuild = { version = "0.19.3", default-features = false, optional = true }
cargo-xwin = { version = "0.16.5", default-features = false, optional = true }
# log
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
# project scaffolding, maturin new/init/generate-ci
dialoguer = { version = "0.11.0", default-features = false, optional = true }
console = { version = "0.15.4", optional = true }
minijinja = { version = "1.0.7", optional = true }
# upload
bytesize = { version = "1.0.1", optional = true }
configparser = { version = "3.0.3", optional = true }
dirs = { version = "5.0.0", optional = true }
multipart = { version = "0.18.0", features = [
"client",
], default-features = false, optional = true }
ureq = { version = "2.9.4", features = [
"gzip",
"json",
"socks-proxy",
], default-features = false, optional = true }
native-tls = { version = "0.2.8", optional = true }
rustls = { version = "0.22.4", optional = true }
rustls-pemfile = { version = "2.1.0", optional = true }
keyring = { version = "2.3.2", default-features = false, features = [
"linux-no-secret-service",
], optional = true }
wild = { version = "2.1.0", optional = true }
# JSON schema
schemars = { version = "0.8.16", optional = true }
pretty_assertions = { version = "1.3.0", optional = true }
[dev-dependencies]
expect-test = "1.4.1"
fs2 = "0.4.3"
indoc = "2.0.3"
pretty_assertions = "1.3.0"
rstest = "0.22.0"
rustversion = "1.0.9"
time = { version = "0.3.34", features = ["macros"] }
trycmd = "0.15.0"
which = "6.0.0"
[features]
default = ["full", "rustls"]
full = ["cli-completion", "cross-compile", "scaffolding", "upload"]
cli-completion = ["dep:clap_complete_command"]
upload = [
"ureq",
"multipart",
"configparser",
"bytesize",
"dialoguer/password",
"wild",
"dep:dirs",
]
schemars = ["dep:schemars", "dep:pretty_assertions"]
# keyring doesn't support *BSD so it's not enabled in `full` by default
password-storage = ["upload", "keyring"]
rustls = [
"dep:rustls",
"ureq?/tls",
"cargo-xwin?/rustls-tls",
"dep:rustls-pemfile",
]
native-tls = [
"dep:native-tls",
"ureq?/native-tls",
"cargo-xwin?/native-tls",
"dep:rustls-pemfile",
]
# cross compile using zig or xwin
cross-compile = ["zig", "xwin"]
zig = ["cargo-zigbuild"]
xwin = ["cargo-xwin"]
# project scaffolding
scaffolding = ["dialoguer", "console", "minijinja", "unicode-xid"]
# Internal feature to speed up the tests significantly
faster-tests = []
# Deprecated features, keep them now for compatibility
human-panic = []
log = []
[profile.profiling]
inherits = "release"
debug = true
# Without this, compressing the .gz archive becomes notably slow for debug builds
[profile.dev.package.miniz_oxide]
opt-level = 3
# Speedup cargo-xwin for debug builds
[profile.dev.package.cab]
opt-level = 3
[profile.dev.package.msi]
opt-level = 3