1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.62" 15name = "linkme" 16version = "0.3.10" 17authors = ["David Tolnay <[email protected]>"] 18description = "Safe cross-platform linker shenanigans" 19documentation = "https://docs.rs/linkme" 20readme = "README.md" 21keywords = ["linkage"] 22categories = [ 23 "development-tools::build-utils", 24 "development-tools::procedural-macro-helpers", 25 "no-std", 26] 27license = "MIT OR Apache-2.0" 28repository = "https://github.com/dtolnay/linkme" 29 30[package.metadata.docs.rs] 31targets = ["x86_64-unknown-linux-gnu"] 32 33[lib] 34doc-scrape-examples = false 35 36[[test]] 37name = "module_2015" 38edition = "2015" 39 40[dependencies.linkme-impl] 41version = "=0.3.10" 42 43[dev-dependencies.once_cell] 44version = "1.16" 45 46[dev-dependencies.rustversion] 47version = "1.0" 48 49[dev-dependencies.trybuild] 50version = "1.0.66" 51features = ["diff"] 52 53[features] 54used_linker = ["linkme-impl/used_linker"] 55