Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 37e67d3

Browse files
committed
Clean up dependencies
1 parent 887af99 commit 37e67d3

1 file changed

Lines changed: 18 additions & 20 deletions

File tree

Cargo.toml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,6 @@ homepage = "https://github.com/mre/hyperjson"
1010
readme = "README.md"
1111
keywords = ["fast", "json", "python"]
1212

13-
[dependencies]
14-
serde_json = "1.0.40"
15-
failure = "0.1.5"
16-
serde = "1.0.101"
17-
serde_derive = "1.0.101"
18-
19-
[dependencies.pyo3]
20-
version = "0.8.0"
21-
22-
[lib]
23-
name = "hyperjson"
24-
crate-type = ["rlib", "cdylib"]
25-
26-
[features]
27-
# We must make this feature optional to build binaries such as the profiling crate
28-
default = ["pyo3/extension-module"]
29-
30-
[workspace]
31-
members = [ "profiling" ]
32-
3313
[package.metadata.maturin]
3414
classifier = [
3515
"Development Status :: 4 - Beta",
@@ -48,6 +28,24 @@ classifier = [
4828
"Programming Language :: Rust",
4929
]
5030

31+
[dependencies]
32+
serde_json = "1.0.40"
33+
failure = "0.1.5"
34+
serde = "1.0.101"
35+
serde_derive = "1.0.101"
36+
pyo3 = "0.8.0"
37+
38+
[lib]
39+
name = "hyperjson"
40+
crate-type = ["rlib", "cdylib"]
41+
42+
[features]
43+
# We must make this feature optional to build binaries such as the profiling crate
44+
default = ["pyo3/extension-module"]
45+
46+
[workspace]
47+
members = [ "profiling" ]
48+
5149
[profile.release]
5250
codegen-units = 1
5351
debug = false

0 commit comments

Comments
 (0)