[dependencies.proc-macro2]
version = "1.0.0"
[dependencies.quote]
version = "1.0.0"
[dependencies.syn]
default-features = false
features = ["clone-impls", "derive", "parsing", "printing", "proc-macro"]
version = "1.0.0"
[lib]
proc-macro = true
[package]
authors = ["leudz <dylan.ancel@gmail.com>"]
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"
resolver = "2"
version = "0.3.0"