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