]> git.proxmox.com Git - rustc.git/blame - vendor/failure_derive/Cargo.toml
New upstream version 1.34.2+dfsg1
[rustc.git] / vendor / failure_derive / Cargo.toml
CommitLineData
94b46f34
XL
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]
14name = "failure_derive"
9fa01778 15version = "0.1.5"
94b46f34 16authors = ["Without Boats <woboats@gmail.com>"]
8faf50e0 17build = "build.rs"
94b46f34 18description = "derives for the failure crate"
9fa01778
XL
19homepage = "https://rust-lang-nursery.github.io/failure/"
20documentation = "https://docs.rs/failure"
94b46f34
XL
21license = "MIT OR Apache-2.0"
22repository = "https://github.com/withoutboats/failure_derive"
23
24[lib]
25proc-macro = true
8faf50e0
XL
26[dependencies.proc-macro2]
27version = "0.4.8"
28
29[dependencies.quote]
30version = "0.6.3"
94b46f34
XL
31
32[dependencies.syn]
0731742a 33version = "0.15.0"
94b46f34 34
8faf50e0 35[dependencies.synstructure]
0731742a 36version = "0.10.0"
94b46f34
XL
37[dev-dependencies.failure]
38version = "0.1.0"
39
40[features]
94b46f34 41std = []