schematic_macros 0.20.2

Macros for the schematic crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "schematic_macros"
version = "0.20.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for the schematic crate."
homepage = "https://moonrepo.github.io/schematic"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/schematic"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
config = ["schematic_core/config"]
default = []
env = ["schematic_core/env"]
extends = ["schematic_core/extends"]
schema = ["schematic_core/schema"]
validate = ["schematic_core/validate"]

[lib]
name = "schematic_macros"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "config_enum_test"
path = "tests/config_enum_test.rs"

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[[test]]
name = "schematic_test"
path = "tests/schematic_test.rs"

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

[dependencies.quote]
version = "1.0.47"

[dependencies.schematic_core]
version = "0.1.2"

[dependencies.syn]
version = "3.0.3"

[dev-dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.151"

[dev-dependencies.starbase_sandbox]
version = "0.12.0"