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