databake-derive 0.1.4

Custom derive for the databake crate
Documentation
[dependencies.proc-macro2]
version = "1.0.27"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["derive", "fold"]
version = "1.0.73"

[dependencies.synstructure]
version = "0.12.4"

[dev-dependencies]

[lib]
path = "src/lib.rs"
proc_macro = true

[package]
authors = ["The ICU4X Project Developers"]
categories = ["internationalization"]
description = "Custom derive for the databake crate"
edition = "2021"
include = ["src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
license = "Unicode-DFS-2016"
name = "databake-derive"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
version = "0.1.4"
[package.metadata.workspaces]
independent = true