[dependencies.proc-macro2]
version = "1.0.92"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
features = ["full"]
version = "2.0.89"
[lib]
name = "manifold3d_macros"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros for the manifold3d crate. An internal dependency"
edition = "2021"
homepage = "https://github.com/NickUfer/manifold3d-rs"
include = ["/src", "/LICENSE"]
license = "Apache-2.0"
name = "manifold3d-macros"
readme = false
repository = "https://github.com/NickUfer/manifold3d-rs/tree/main/crates/macros"
version = "0.0.1"