]> git.proxmox.com Git - rustc.git/blame - vendor/chalk-derive-0.14.0/Cargo.toml
New upstream version 1.47.0+dfsg1
[rustc.git] / vendor / chalk-derive-0.14.0 / Cargo.toml
CommitLineData
83c7162d
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
f9f354fc 6# to registry (e.g., crates.io) dependencies
83c7162d
XL
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]
f9f354fc 14edition = "2018"
f035d41b
XL
15name = "chalk-derive"
16version = "0.14.0"
f9f354fc 17authors = ["Rust Compiler Team", "Chalk developers"]
f035d41b 18description = "A helper crate for use by chalk crates for `derive` macros."
94b46f34 19readme = "README.md"
f9f354fc 20keywords = ["compiler", "traits", "prolog"]
94b46f34 21license = "Apache-2.0/MIT"
f9f354fc 22repository = "https://github.com/rust-lang/chalk"
f035d41b
XL
23
24[lib]
25proc-macro = true
26[dependencies.proc-macro2]
27version = "1.0"
28
29[dependencies.quote]
30version = "1.0"
31
32[dependencies.syn]
33version = "1.0"
34features = ["full"]
35
36[dependencies.synstructure]
37version = "0.12"