# 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" rust-version = "1.81" name = "ser-write-json" version = "0.3.0" authors = ["Rafal Michalski "] build = false exclude = [ "examples", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "JSON serializer for ser-write and deserializer for convenience" homepage = "https://github.com/royaltm/rust-ser-write" readme = "README.md" keywords = [ "embedded", "serde", "json", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/royaltm/rust-ser-write" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ser_write_json" path = "src/lib.rs" [dependencies.ryu-js] version = "1.0" default-features = false [dependencies.ser-write] version = "0.3" default-features = false [dependencies.serde] version = "1.0.210" default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11" [dev-dependencies.serde_json] version = "1.0" [features] alloc = ["ser-write/alloc"] de-any-f32 = [] default = ["std"] std = ["ser-write/std"]