File: Cargo.toml.orig

package info (click to toggle)
rust-cssparser-macros 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cssparser-macros"
version = "0.6.1"
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"
edition = "2018"

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

[dependencies]
quote = "1"
syn = {version = "2", features = ["full", "extra-traits"]}