This repository was archived by the owner on Sep 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,26 +10,6 @@ homepage = "https://github.com/mre/hyperjson"
1010readme = " README.md"
1111keywords = [" 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 ]
3414classifier = [
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 ]
5250codegen-units = 1
5351debug = false
You can’t perform that action at this time.
0 commit comments