# 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-derive" 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 - Derive Crate" 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" [lib] name = "postcard_bindgen_derive" path = "src/lib.rs" proc-macro = true [dependencies.convert_case] version = "0.6.0" [dependencies.genco] version = "0.17.8" [dependencies.postcard-bindgen-core] version = "0.4.0" default-features = false [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.35" [dependencies.regex] version = "1.10.3" [dependencies.regex-macro] version = "0.2.0" [dependencies.serde] version = "1" [dependencies.serde_derive_internals] version = "0.29" [dependencies.syn] version = "2.0.53" [features] expanding = []