servo/components/style/Cargo.toml
2015-06-04 16:45:15 -04:00

38 lines
682 B
TOML

[package]
name = "style"
version = "0.0.1"
authors = ["The Servo Project Developers"]
build = "build.rs"
[lib]
name = "style"
path = "lib.rs"
[dependencies.plugins]
path = "../plugins"
[dependencies.util]
path = "../util"
[dependencies.geom]
git = "https://github.com/servo/rust-geom"
[dependencies.selectors]
git = "https://github.com/servo/rust-selectors"
[dependencies.string_cache]
git = "https://github.com/servo/string-cache"
[dependencies.string_cache_plugin]
git = "https://github.com/servo/string-cache"
[dependencies]
encoding = "0.2"
rustc-serialize = "0.3"
matches = "0.1"
url = "0.2.35"
bitflags = "*"
cssparser = "0.3.1"
num = "0.1.24"
lazy_static = "0.1.10"