# 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" rust-version = "1.65.0" name = "serde-json-core" version = "0.6.0" authors = [ "Jorge Aparicio ", "Ryan Summers ", "Robert Jördens ", "Mathias Koch ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "serde-json for no_std 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/rust-embedded-community/serde-json-core" [lib] name = "serde_json_core" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.heapless] version = "0.8" features = ["serde"] optional = true [dependencies.ryu] version = "1.0.5" [dependencies.serde] version = "1.0.100" features = ["derive"] default-features = false [dev-dependencies.serde_derive] version = "1.0.100" [features] custom-error-messages = ["heapless"] default = ["heapless"] defmt = [ "dep:defmt", "heapless?/defmt-03", ] std = ["serde/std"]