# 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 = "serde-json-wasm" version = "1.0.1" authors = [ "Jorge Aparicio ", "Ethan Frey ", "Simon Warta ", "Mauro Lacy ", "Bartłomiej Kuras ", ] exclude = [ ".cargo/", ".github/", ".gitignore", ] description = "serde_json for Wasm programs (small, deterministic, no floats)" documentation = "https://docs.rs/serde-json-wasm" readme = "README.md" keywords = [ "serde", "json", "wasm", ] categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/CosmWasm/serde-json-wasm" [dependencies.serde] version = "^1.0.181" features = ["alloc"] default-features = false [dev-dependencies.serde_derive] version = "^1.0.80" [dev-dependencies.serde_json] version = "^1.0.99" [features] default = ["std"] std = ["serde/std"] unstable = ["serde/unstable"]