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