# 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 = "byte-slab-derive" version = "0.2.1" authors = ["James Munns "] description = "Derive macros for a statically allocated slab of bytes" categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/anachro-rs/powerbus" resolver = "2" [lib] proc-macro = true [dependencies.byte-slab] version = "0.2.0" [dependencies.proc-macro2] version = "1.0.34" [dependencies.quote] version = "1.0.10" [dependencies.syn] version = "1.0.82" [dependencies.synstructure] version = "0.12.6"