# 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 = "postcard-bindgen" version = "0.4.0" authors = ["Alexander Hübener "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate to generate bindings for the postcard binary format for other languages than Rust." readme = "README.md" keywords = [ "postcard", "generating", "javascript", "serde", "serialize", ] categories = [ "embedded", "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/teamplayer3/postcard-bindgen.git" [package.metadata.docs.rs] features = [ "generating", "std", "heapless", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "postcard_bindgen" path = "src/lib.rs" [[example]] name = "generate_bindings" path = "examples/generate_bindings.rs" required-features = [ "std", "generating", ] [[example]] name = "small" path = "examples/small.rs" required-features = [ "std", "generating", ] [dependencies.postcard-bindgen-core] version = "0.4.0" [dependencies.postcard-bindgen-derive] version = "0.4.0" [dev-dependencies.postcard] version = "1.0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] alloc = ["postcard-bindgen-core/alloc"] default = ["generating"] generating = [ "postcard-bindgen-core/generating", "postcard-bindgen-derive/expanding", ] heapless = ["postcard-bindgen-core/heapless"] std = ["postcard-bindgen-core/std"]