File: Cargo.toml.orig

package info (click to toggle)
rust-cssparser-macros 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "cssparser-macros"
version = "0.3.5"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = "Procedural macros for cssparser"
documentation = "https://docs.rs/cssparser-macros/"
repository = "https://github.com/servo/rust-cssparser"
license = "MPL-2.0"

[lib]
path = "lib.rs"
proc-macro = true

[dependencies]
procedural-masquerade = {path = "../procedural-masquerade", version = "0.1"}
phf_codegen = "0.7"
quote = "0.6"
syn = {version = "0.15.12", features = ["full", "extra-traits"]}
proc-macro2 = "0.4"