# 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.61" name = "simd-json-derive" version = "0.13.0" authors = ["Heinz N. Gies "] 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 [[example]] name = "enum1" [[example]] name = "untagged" [[bench]] name = "value" harness = false [[bench]] name = "mesh" harness = false [dependencies.chrono] version = "0.4" optional = true [dependencies.itoa] version = "1" [dependencies.ryu] version = "1" [dependencies.simd-json] version = "0.13.0" [dependencies.simd-json-derive-int] version = "0.13" [dependencies.value-trait] version = "0.8" [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"] impl-chrono = ["chrono"]