]> git.proxmox.com Git - rustc.git/blame - vendor/salsa-macros/Cargo.toml
New upstream version 1.48.0+dfsg1
[rustc.git] / vendor / salsa-macros / Cargo.toml
CommitLineData
dc9dc135
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]
f035d41b
XL
14edition = "2018"
15name = "salsa-macros"
3dfed10e 16version = "0.15.2"
f035d41b
XL
17authors = ["Salsa developers"]
18description = "Procedural macros for the salsa crate"
19readme = "README.md"
20license = "Apache-2.0 OR MIT"
21repository = "https://github.com/salsa-rs/salsa"
dc9dc135
XL
22
23[lib]
24proc-macro = true
f035d41b
XL
25[dependencies.heck]
26version = "0.3"
27
28[dependencies.proc-macro2]
29version = "1.0"
dc9dc135
XL
30
31[dependencies.quote]
f035d41b 32version = "1.0"
dc9dc135
XL
33
34[dependencies.syn]
f035d41b
XL
35version = "1.0"
36features = ["full", "extra-traits"]