[package] name = "geckoservo" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" [lib] name = "geckoservo" path = "lib.rs" crate-type = ["staticlib", "rlib"] [features] bindgen = ["style/use_bindgen"] testing = ["style/testing"] gecko_debug = ["style/gecko_debug"] [dependencies] atomic_refcell = "0.1" cssparser = "0.13.3" env_logger = {version = "0.4", default-features = false} # disable `regex` to reduce code size libc = "0.2" log = {version = "0.3.5", features = ["release_max_level_info"]} nsstring_vendor = {path = "../../components/style/gecko_bindings/nsstring_vendor"} parking_lot = "0.3" selectors = {path = "../../components/selectors"} style = {path = "../../components/style", features = ["gecko"]} style_traits = {path = "../../components/style_traits"} [dev-dependencies] stylo_tests = {path = "../../tests/unit/stylo"}