# 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" name = "a653rs-postcard" version = "0.4.0" authors = ["Sven Friedrich "] description = "Extension traits for sending types via a653rs channels using postcard" keywords = [ "arinc", "avionics", "embedded", "no_std", "serialization", ] categories = [ "aerospace", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DLR-FT/a653rs-postcard/" [package.metadata.cargo-all-features] skip_optional_dependencies = true [package.metadata."docs.rs"] all-features = true [dependencies.a653rs] version = "0.6" [dependencies.postcard] version = "1.0" default-features = false [dependencies.serde] version = "1.0" default-features = false [dev-dependencies.a653rs] version = "0.6" features = ["bindings"] [dev-dependencies.serde] version = "1.0" features = ["alloc"] default-features = false [features] alloc = ["postcard/alloc"] default = []