# 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" rust-version = "1.80" name = "simd-json-derive" version = "0.15.0" authors = ["Heinz N. Gies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "derives for simd-json" homepage = "https://docs.rs/simd-json-derive" documentation = "https://docs.rs/simd-json-derive" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/simd-lite/simd-json-derive/" [profile.bench] debug = 2 [lib] name = "simd_json_derive" path = "src/lib.rs" [[example]] name = "enum1" path = "examples/enum1.rs" [[example]] name = "person" path = "examples/person.rs" [[example]] name = "untagged" path = "examples/untagged.rs" [[test]] name = "attrs" path = "tests/attrs.rs" [[test]] name = "bench_structs" path = "tests/bench_structs.rs" [[test]] name = "deser" path = "tests/deser.rs" [[test]] name = "enum" path = "tests/enum.rs" [[test]] name = "rename" path = "tests/rename.rs" [[test]] name = "simdjson" path = "tests/simdjson.rs" [[test]] name = "skip_serializing_if" path = "tests/skip_serializing_if.rs" [[test]] name = "struct" path = "tests/struct.rs" [[test]] name = "unknown_fields" path = "tests/unknown_fields.rs" [[bench]] name = "mesh" path = "benches/mesh.rs" harness = false [[bench]] name = "value" path = "benches/value.rs" harness = false [dependencies.chrono] version = "0.4" optional = true [dependencies.heap-array] version = "0.1.1" optional = true [dependencies.itoa] version = "1" [dependencies.ryu] version = "1" [dependencies.simd-json] version = "0.14.0" [dependencies.simd-json-derive-int] version = "0.15.0" [dependencies.thiserror] version = "1.0.65" [dependencies.value-trait] version = "0.10.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [features] 128bit = [ "simd-json-derive-int/128bit", "simd-json/128bit", ] default = ["impl-chrono"] heap-array = ["dep:heap-array"] impl-chrono = ["chrono"]