Sha256: 353f8d002e9f0839ee71b00fec13633bdccb3d1aa3a329bcabfff27ab228c97d
Contents?: true
Size: 1.89 KB
Versions: 3
Compression:
Stored size: 1.89 KB
Contents
# 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 = "postcard" version = "1.0.8" authors = ["James Munns <james@onevariable.com>"] description = "A no_std + serde compatible message library for Rust" documentation = "https://docs.rs/postcard/" readme = "README.md" keywords = [ "serde", "cobs", "framing", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jamesmunns/postcard" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.cobs] version = "0.2.3" default-features = false [dependencies.const_format] version = "0.2.24" optional = true [dependencies.crc] version = "3.0.1" optional = true [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-io] version = "0.4" optional = true [dependencies.heapless] version = "0.7.0" features = ["serde"] optional = true default-features = false [dependencies.paste] version = "1.0.12" optional = true [dependencies.postcard-derive] version = "0.1.1" optional = true [dependencies.serde] version = "1.0.100" features = ["derive"] default-features = false [features] alloc = [ "serde/alloc", "embedded-io/alloc", ] default = ["heapless-cas"] experimental-derive = [ "postcard-derive", "const_format", ] heapless-cas = [ "heapless", "heapless/cas", ] use-crc = [ "crc", "paste", ] use-defmt = ["defmt"] use-std = [ "serde/std", "alloc", ]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-23.0.2 | ./ext/cargo-vendor/postcard-1.0.8/Cargo.toml |
wasmtime-22.0.0 | ./ext/cargo-vendor/postcard-1.0.8/Cargo.toml |
wasmtime-21.0.1 | ./ext/cargo-vendor/postcard-1.0.8/Cargo.toml |