simd-json 0.1.4

High performance JSON parser based on a port of simdjson
Documentation
# 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 = "simd-json"
version = "0.1.4"
authors = ["Heinz N. Gies <heinz@licenser.net>"]
exclude = ["data/*"]
description = "High performance JSON parser based on a port of simdjson"
license = "Apache-2.0/MIT"
repository = "https://github.com/Licenser/simdjson-rs"

[[example]]
name = "perf"

[[bench]]
name = "parse"
harness = false
[dependencies.colored]
version = "1.7"
optional = true

[dependencies.getopts]
version = "0.2"
optional = true

[dependencies.halfbrown]
version = "0.1"
features = ["serde"]

[dependencies.jemallocator]
version = "0.3"
optional = true

[dependencies.lazy_static]
version = "1"

[dependencies.page_size]
version = "0.4"

[dependencies.perfcnt]
version = "0.4"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1"
[dev-dependencies.core_affinity]
version = "0.5"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.getopts]
version = "0.2"

[dev-dependencies.proptest]
version = "0.9.2"

[dev-dependencies.serde_bytes]
version = "0.11"

[dev-dependencies.serde_derive]
version = "1"

[features]
bench-serde = []
default = ["swar-number-parsing"]
hints = []
no-inline = []
perf = ["perfcnt", "getopts", "colored"]
swar-number-parsing = []