[package] name = "bytes-cast-derive" version = "0.2.0" authors = ["Octobus"] license = "Zlib OR Apache-2.0 OR MIT" repository = "https://foss.heptapod.net/octobus/rust/bytes-cast" description = "Safely re-interpreting &[u8] bytes as custom structs without copying, for efficiently reading structured binary data. Procedural macro for compile-time soundness checking." edition = "2021" [lib] proc-macro = true test = false [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = "1.0"