1[package] 2name = "linkme-impl" 3version = "0.3.10" 4authors = ["David Tolnay <dtolnay@gmail.com>"] 5description = "Implementation detail of the linkme crate" 6documentation = "https://docs.rs/linkme" 7edition = "2021" 8license = "MIT OR Apache-2.0" 9repository = "https://github.com/dtolnay/linkme" 10rust-version = "1.62" 11 12[lib] 13proc-macro = true 14 15[features] 16used_linker = [] 17 18[dependencies] 19proc-macro2 = "1.0.2" 20quote = "1.0" 21syn = "2.0" 22 23[package.metadata.docs.rs] 24targets = ["x86_64-unknown-linux-gnu"] 25