[package]
edition = "2018"
name = "crevice-derive"
version = "0.18.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive crate for the 'crevice' crate"
homepage = "https://github.com/LPGhatguy/crevice"
documentation = "https://docs.rs/crevice-derive"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/LPGhatguy/crevice"
resolver = "2"
[lib]
name = "crevice_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0.21"
[dependencies.quote]
version = "1.0.7"
[dependencies.syn]
version = "2"
[features]
debug-methods = []
default = []