# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "jsonic" version = "0.2.12" authors = ["Guillaume Voirin"] description = "Fast, small JSON parsing library for rust with no dependencies" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/g1mv/jsonic" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [[bench]] name = "jsonic" harness = false [[bench]] name = "json-rust" harness = false [[bench]] name = "serde_json" harness = false [[bench]] name = "sonic-rs" harness = false [[bench]] name = "simd-json" harness = false [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.serde_json] version = "1.0.114" [dev-dependencies.simd-json] version = "0.13.8" [dev-dependencies.sonic-rs] version = "0.3"