[package]
edition = "2021"
rust-version = "1.67"
name = "entropic-derive"
version = "0.1.1"
authors = ["Nathaniel Bennett <me[at]nathanielbennett[dotcom]>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits for converting Rust data structures to/from unstructured bytes"
documentation = "https://docs.rs/entropic_derive/"
readme = "README.md"
keywords = [
"fuzzing",
"testing",
"no_std",
"arbitrary",
"entropy",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nathaniel-bennett/entropic_derive/"
[lib]
name = "entropic_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = ["derive"]