2019-01-12 10:11:59 +00:00
|
|
|
[package]
|
2019-01-17 10:28:10 +00:00
|
|
|
name = "salsa-macros"
|
2019-11-26 08:24:23 +00:00
|
|
|
version = "0.14.1"
|
2019-06-25 10:49:20 +00:00
|
|
|
authors = ["Salsa developers"]
|
2019-01-12 10:11:59 +00:00
|
|
|
edition = "2018"
|
|
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
repository = "https://github.com/salsa-rs/salsa"
|
|
|
|
description = "Procedural macros for the salsa crate"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
heck = "0.3"
|
2019-08-22 13:21:46 +00:00
|
|
|
proc-macro2 = "1.0"
|
|
|
|
quote = "1.0"
|
|
|
|
syn = { version = "1.0", features = ["full", "extra-traits"] }
|