[package]
edition = "2018"
name = "safe-bytes-derive"
version = "0.1.1"
authors = ["Zakarum <zakarumych@ya.ru>"]
description = "Helper crate to read bytes representation of structs safely"
documentation = "https://docs.rs/safe-bytes"
keywords = ["no_std", "bytes"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zakarumych/safe-bytes"
[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
features = ["derive"]