forked from Jij-Inc/pyo3-stub-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
42 lines (39 loc) · 863 Bytes
/
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
[workspace]
members = [
"pyo3-stub-gen",
"pyo3-stub-gen-derive",
"examples/pure",
"examples/mixed",
"examples/mixed_sub",
"examples/mixed_sub_multiple",
]
resolver = "2"
[workspace.package]
version = "0.7.1"
edition = "2021"
description = "Stub file (*.pyi) generator for PyO3"
repository = "https://github.com/Jij-Inc/pyo3-stub-gen"
keywords = ["pyo3"]
license = "MIT OR Apache-2.0"
readme = "README.md"
[workspace.dependencies]
ahash = "0.8.11"
anyhow = "1.0.96"
chrono = "0.4.40"
env_logger = "0.11.6"
insta = "1.42.2"
inventory = "0.3.19"
itertools = "0.13.0"
log = "0.4.26"
maplit = "1.0.2"
num-complex = "0.4.6"
numpy = ">= 0.21.0"
prettyplease = "0.2.29"
proc-macro2 = "1.0.93"
pyo3 = ">= 0.21.0"
pyo3-arrow = "0.7.2"
quote = "1.0.38"
serde = { version = "1.0.218", features = ["derive"] }
syn = "2.0.98"
toml = "0.8.20"
test-case = "3.3.1"