# 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 = "2018" name = "pink-json" version = "0.4.0" authors = [ "Jorge Aparicio ", "Kevin Wang ", ] description = "serde-json for pink programs" documentation = "https://docs.rs/serde-json-core" readme = "README.md" keywords = [ "serde", "json", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/Phala-Network/pink-json" [dependencies.ryu] version = "1.0.5" [dependencies.serde] version = "1.0.80" features = ["alloc"] default-features = false [dev-dependencies.serde_derive] version = "1.0.80" [features] custom-error-messages = [] default = ["custom-error-messages"] std = ["serde/std"]