[package]
name = "schema"
version = "0.1.0"
authors = ["Adam H. Leventhal <ahl@oxide.computer>"]
edition = "2021"
license = "Apache-2.0"
description = "Access the schema for a Rust item"
repository = "https://github.com/ahl/schema"
readme = "../README.md"
keywords = ["macro", "schema", "reflection"]
categories = ["development-tools::procedural-macro-helpers",
"development-tools::testing"]
[dependencies]
syn = "2.0.2"
schema-derive = { version = "0.1.0", path = "../schema-derive" }
proc-macro2 = "1.0.24"
quote = "1.0.9"