[package]
name = "shared-struct"
version = "0.1.2"
edition = "2024"
description = "Proc-macro for turning a struct into a shared concurrent wrapper"
license = "Apache-2.0"
[lib]
proc-macro = true
[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"
[dev-dependencies]
tokio = { version = "1", features = ["rt", "macros", "sync"] }