# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hyperjson" version = "0.2.4" authors = ["Matthias Endler "] description = "A hyper-fast Python module for reading/writing JSON data" homepage = "https://github.com/mre/hyperjson" readme = "README.md" keywords = ["fast", "json", "python"] license = "Apache-2.0" repository = "https://github.com/mre/hyperjson" [package.metadata.maturin] classifier = ["Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "License :: OSI Approved", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python", "Programming Language :: Rust"] [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false incremental = false [lib] name = "hyperjson" crate-type = ["rlib", "cdylib"] [dependencies.failure] version = "0.1.6" [dependencies.pyo3] version = "0.8.3" [dependencies.serde] version = "1.0.103" [dependencies.serde_derive] version = "1.0.103" [dependencies.serde_json] version = "1.0.42" [features] default = ["pyo3/extension-module"]