Skip to content

Commit e8f4c7b

Browse files
authored
Merge pull request #181 from m-ou-se/pyo3-disable-macros-feature
Don't enable pyo3/macros by default.
2 parents 7e1b02c + 7817be6 commit e8f4c7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ edition = "2018"
88
repository = "https://github.com/rust-numpy/rust-numpy"
99
keywords = ["numpy", "python", "binding"]
1010
license = "BSD-2-Clause"
11+
resolver = "2"
1112

1213
[dependencies]
1314
cfg-if = "0.1"
1415
libc = "0.2"
1516
num-complex = ">= 0.2, < 0.4"
1617
num-traits = "0.2"
1718
ndarray = ">= 0.13, < 0.15"
19+
pyo3 = { version = "0.13", default-features = false }
20+
21+
[dev-dependencies]
1822
pyo3 = "0.13"
1923

2024
[features]

0 commit comments

Comments
 (0)