Skip to content

Commit 98c7611

Browse files
Drop procedural-masquerade from style-servo
1 parent 3a0225b commit 98c7611

File tree

8 files changed

+616
-49
lines changed

8 files changed

+616
-49
lines changed

collector/benchmarks/style-servo/Cargo.lock

Lines changed: 64 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

collector/benchmarks/style-servo/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ members = ["components/style"]
33

44
[patch.crates-io]
55
cssparser = { path = "./rust-cssparser" }
6+
cssparser-macros = { path = "./cssparser-macros" }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":{"Cargo.toml":"2933f8de8e313cbee4a5643b10242657dc6e7d06baac22d2c17b390b6c844419","LICENSE":"fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85","lib.rs":"d3f200eeedd4e0dfe88562449368b01d07754fed677359e1e92d3293e1c8d8c6"},"package":"5bb1c84e87c717666564ec056105052331431803d606bd45529b28547b611eef"}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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]
14+
name = "cssparser-macros"
15+
version = "0.3.6"
16+
authors = ["Simon Sapin <[email protected]>"]
17+
description = "Procedural macros for cssparser"
18+
documentation = "https://docs.rs/cssparser-macros/"
19+
license = "MPL-2.0"
20+
repository = "https://github.com/servo/rust-cssparser"
21+
22+
[lib]
23+
path = "lib.rs"
24+
proc-macro = true
25+
[dependencies.phf_codegen]
26+
version = "0.7"
27+
28+
[dependencies.proc-macro2]
29+
version = "1"
30+
31+
[dependencies.procedural-masquerade]
32+
version = "0.1"
33+
34+
[dependencies.quote]
35+
version = "1"
36+
37+
[dependencies.syn]
38+
version = "1"
39+
features = ["full", "extra-traits"]

0 commit comments

Comments
 (0)