• 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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "proc-macro-error"
16version = "1.0.4"
17authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
18build = "build.rs"
19description = "Almost drop-in replacement to panics in proc-macros"
20readme = "README.md"
21keywords = ["proc-macro", "error", "errors"]
22categories = ["development-tools::procedural-macro-helpers"]
23license = "MIT OR Apache-2.0"
24repository = "https://gitlab.com/CreepySkeleton/proc-macro-error"
25[package.metadata.docs.rs]
26targets = ["x86_64-unknown-linux-gnu"]
27[dependencies.proc-macro-error-attr]
28version = "=1.0.4"
29
30[dependencies.proc-macro2]
31version = "1"
32
33[dependencies.quote]
34version = "1"
35
36[dependencies.syn]
37version = "1"
38optional = true
39default-features = false
40[dev-dependencies.serde_derive]
41version = "=1.0.107"
42
43[dev-dependencies.toml]
44version = "=0.5.2"
45
46[dev-dependencies.trybuild]
47version = "1.0.19"
48features = ["diff"]
49[build-dependencies.version_check]
50version = "0.9"
51
52[features]
53default = ["syn-error"]
54syn-error = ["syn"]
55[badges.maintenance]
56status = "passively-maintained"
57