[dependencies.hex]
version = "0.4"
[dependencies.serde]
optional = true
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1.0"
[features]
default = []
with-serde = ["serde", "serde_json"]
[lib]
name = "byte_array_struct"
path = "src/lib.rs"
[package]
authors = ["Igor Artamonov <igor@artamonov.ru>", "Dmitry Ulanov <dulanov@gmail.com>"]
description = "Macro to create a byte-array backed struct"
documentation = "https://docs.rs/byte-array-struct"
edition = "2018"
license = "Apache-2.0"
name = "byte-array-struct"
readme = "crates.md"
repository = "https://github.com/emeraldpay/byte-array-struct"
version = "0.2.0"