[dependencies.Inflector]
default-features = false
version = "0.11.4"
[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
features = ["full"]
version = "2.0.70"
[features]
DO_NOT_USE_export = []
DO_NOT_USE_function = []
default = []
[lib]
proc-macro = true
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.panic]
level = "warn"
priority = -1
[lints.clippy.panic_in_result_fn]
level = "warn"
priority = -1
[lints.clippy.todo]
level = "warn"
priority = -1
[lints.clippy.unwrap_used]
level = "warn"
priority = -1
[lints.rust.unsafe_code]
level = "forbid"
priority = -1
[package]
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
categories = ["web-programming", "asynchronous"]
description = "Macros for specta. Don't use directly!"
documentation = "https://docs.rs/specta/latest/specta"
edition = "2021"
keywords = ["async", "specta", "rspc", "typescript", "typesafe"]
license = "MIT"
name = "specta-macros"
readme = "README.md"
repository = "https://github.com/oscartbeaumont/specta"
version = "2.0.0-rc.17"