bare_proc 0.1.1

A proc macro to generate Rust types from a BARE schema file.
Documentation
[dependencies.pest]
version = "2.7.6"

[dependencies.pest_derive]
version = "2.7.6"

[dependencies.proc-macro2]
version = "1.0.78"

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
version = "2.0.48"

[features]

[lib]
proc-macro = true

[package]
description = "A proc macro to generate Rust types from a BARE schema file."
documentation = "https://docs.rs/bare_proc/0.1.1/bare_proc/"
edition = "2021"
homepage = "https://git.sr.ht/~chiefnoah/bare_proc"
license = "MIT"
name = "bare_proc"
readme = "README.md"
repository = "https://git.sr.ht/~chiefnoah/bare_proc"
version = "0.1.1"