11[package ]
22name = " hyperjson"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44authors = [
" Matthias Endler <[email protected] >" ]
5- description = " A hyper-fast Python module for reading/writing JSON data using Rust's serde-json."
5+ description = " A hyper-fast Python module for reading/writing JSON data"
6+ edition = " 2018"
67license = " Apache-2.0"
8+ repository = " https://github.com/mre/hyperjson"
9+ homepage = " https://github.com/mre/hyperjson"
10+ readme = " README.md"
11+ keywords = [" fast" , " json" , " python" ]
712
813[dependencies ]
914serde_json = " 1.0.40"
@@ -25,7 +30,29 @@ default = ["pyo3/extension-module"]
2530[workspace ]
2631members = [ " profiling" ]
2732
33+ [package .metadata .maturin ]
34+ classifier = [
35+ " Development Status :: 4 - Beta" ,
36+ " Intended Audience :: Developers" ,
37+ " License :: OSI Approved :: Apache Software License" ,
38+ " License :: OSI Approved" ,
39+ " Operating System :: MacOS" ,
40+ " Operating System :: Microsoft :: Windows" ,
41+ " Operating System :: POSIX :: Linux" ,
42+ " Programming Language :: Python :: 3" ,
43+ " Programming Language :: Python :: 3.5" ,
44+ " Programming Language :: Python :: 3.6" ,
45+ " Programming Language :: Python :: 3.7" ,
46+ " Programming Language :: Python :: 3.8" ,
47+ " Programming Language :: Python" ,
48+ " Programming Language :: Rust" ,
49+ ]
50+
2851[profile .release ]
29- opt-level = 3
3052codegen-units = 1
53+ debug = false
54+ incremental = false
3155lto = true
56+ opt-level = 3
57+ panic = " abort"
58+
0 commit comments