servo/tests/unit/style/Cargo.toml

30 lines
745 B
TOML

[package]
name = "style_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
[lib]
name = "style_tests"
path = "lib.rs"
doctest = false
[features]
testing = ["style/testing"]
[dependencies]
byteorder = "1.0"
app_units = "0.4"
cssparser = "0.13.3"
euclid = "0.11"
html5ever = "0.16"
parking_lot = "0.3"
rayon = "0.7"
rustc-serialize = "0.3"
selectors = {path = "../../../components/selectors"}
servo_atoms = {path = "../../../components/atoms"}
servo_config = {path = "../../../components/config"}
servo_url = {path = "../../../components/url"}
size_of_test = {path = "../../../components/size_of_test"}
style = {path = "../../../components/style"}
style_traits = {path = "../../../components/style_traits"}