# 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 = "deser-json" version = "0.8.0" authors = ["Armin Ronacher "] description = "JSON support for deser" documentation = "https://docs.rs/deser-json" readme = "README.md" keywords = ["serialization", "deserialization"] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/deser" [dependencies.deser] version = "0.8.0" [dependencies.itoa] version = "1.0.1" optional = true [dependencies.ryu] version = "1.0.9" optional = true [dev-dependencies.deser] version = "0.8.0" features = ["derive"] [features] speedups = ["itoa", "ryu"]