• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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-impl"
16version = "0.3.31"
17authors = ["David Tolnay <dtolnay@gmail.com>"]
18build = "build.rs"
19autolib = false
20autobins = false
21autoexamples = false
22autotests = false
23autobenches = false
24description = "Implementation detail of the linkme crate"
25documentation = "https://docs.rs/linkme"
26readme = false
27license = "MIT OR Apache-2.0"
28repository = "https://github.com/dtolnay/linkme"
29
30[package.metadata.docs.rs]
31rustdoc-args = ["--generate-link-to-definition"]
32targets = ["x86_64-unknown-linux-gnu"]
33
34[lib]
35name = "linkme_impl"
36path = "src/lib.rs"
37proc-macro = true
38
39[dependencies.proc-macro2]
40version = "1.0.74"
41
42[dependencies.quote]
43version = "1.0.35"
44
45[dependencies.syn]
46version = "2.0.46"
47
48[features]
49used_linker = []
50