[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] log = "*" encoding = "0.2" fnv = "1.0" 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" smallvec = "0.1"