butane_codegen 0.7.0

Macros for Butane. Do not use this crate directly -- use the butane crate.
Documentation
[dependencies.butane_core]
version = "0.7"

[dependencies.proc-macro2]
default-features = false
version = "1.0"

[dependencies.quote]
default-features = false
version = "1.0"

[dependencies.serde_variant]
version = "0.1.3"

[dependencies.syn]
features = ["extra-traits", "full"]
version = "2"

[features]
datetime = ["butane_core/datetime"]
json = ["butane_core/json"]
uuid = ["butane_core/uuid"]

[lib]
proc-macro = true

[package]
authors = ["James Oakley <james@electronstudio.org>"]
description = "Macros for Butane. Do not use this crate directly -- use the butane crate."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "butane_codegen"
readme = "README.md"
repository = "https://github.com/Electron100/butane"
version = "0.7.0"