# 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 = "nyoom-json" version = "0.3.0" description = "A json serializer that goes nyoom." readme = "README.md" keywords = [ "json", "streaming", "no-std", ] categories = [ "no-std", "encoding", ] license = "MIT" repository = "https://github.com/emily-signet/nyoom-json" [[bench]] name = "serialize" harness = false [dependencies.itoa] version = "1.0.6" [dependencies.ryu] version = "1.0.13" [dependencies.sealed] version = "0.5.0" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.strum] version = "0.24" features = ["derive"] [features] alloc = [] default = ["alloc"]