[package] name = "scudo-proc-macros" version = "0.1.0" edition = "2021" license = "Apache-2.0" authors = ["Google LLC"] description = "Proc macros to use with the Rust bindings for the Scudo Allocator" homepage = "https://llvm.org/docs/ScudoHardenedAllocator.html" repository = "https://github.com/google/rust-scudo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version="1.0.102", features=["full"] } quote = "1.0.21" proc-macro2 = "1.0.46" [dev-dependencies] libc = "0.2.104" trybuild = "1.0.71"