1[package]
2name = "openssl-macros"
3version = "0.1.1"
4edition = "2018"
5license = "MIT/Apache-2.0"
6description = "Internal macros used by the openssl crate."
7
8[lib]
9proc-macro = true
10
11[dependencies]
12proc-macro2 = "1"
13quote = "1"
14syn = { version = "2", features = ["full"] }
15