blob: 869585ffc247b0fb5b69e957ba6e80ba11a592cf [file] [log] [blame]
Matthew Maurerb26ed882020-06-02 11:15:09 -07001# 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"
Haibo Huangeef7c232020-09-29 11:19:51 -070016version = "1.0.4"
Matthew Maurerb26ed882020-06-02 11:15:09 -070017authors = ["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]
Haibo Huangeef7c232020-09-29 11:19:51 -070028version = "=1.0.4"
Matthew Maurerb26ed882020-06-02 11:15:09 -070029
30[dependencies.proc-macro2]
31version = "1"
32
33[dependencies.quote]
34version = "1"
35
36[dependencies.syn]
37version = "1"
Haibo Huangeef7c232020-09-29 11:19:51 -070038optional = true
Matthew Maurerb26ed882020-06-02 11:15:09 -070039default-features = false
Haibo Huangeef7c232020-09-29 11:19:51 -070040[dev-dependencies.serde_derive]
41version = "=1.0.107"
42
Matthew Maurerb26ed882020-06-02 11:15:09 -070043[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"
Haibo Huangeef7c232020-09-29 11:19:51 -070051
52[features]
53default = ["syn-error"]
54syn-error = ["syn"]
Matthew Maurerb26ed882020-06-02 11:15:09 -070055[badges.maintenance]
56status = "passively-maintained"