[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
default-features = false
features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"]
version = "2"
[features]
default = []
parallel = []
[lib]
name = "shipyard_proc"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["leudz <dylan.ancel@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Crate providing attribute macro to Shipyard"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "shipyard_proc"
readme = "CRATES.md"
repository = "https://github.com/leudz/shipyard"
version = "0.6.0"