[package] name = "layout" version = "0.0.1" authors = ["The Servo Project Developers"] [lib] name = "layout" path = "lib.rs" [dependencies.azure] git = "https://github.com/servo/rust-azure" [dependencies.canvas] path = "../canvas" [dependencies.canvas_traits] path = "../canvas_traits" [dependencies.gfx] path = "../gfx" [dependencies.gfx_traits] path = "../gfx_traits" [dependencies.msg] path = "../msg" [dependencies.script] path = "../script" [dependencies.layout_traits] path = "../layout_traits" [dependencies.script_traits] path = "../script_traits" [dependencies.style] path = "../style" [dependencies.plugins] path = "../plugins" [dependencies.net_traits] path = "../net_traits" [dependencies.profile_traits] path = "../profile_traits" [dependencies.util] path = "../util" [dependencies.selectors] git = "https://github.com/servo/rust-selectors" [dependencies.geom] git = "https://github.com/servo/rust-geom" [dependencies.string_cache] git = "https://github.com/servo/string-cache" [dependencies.string_cache_plugin] git = "https://github.com/servo/string-cache" [dependencies.png] git = "https://github.com/servo/rust-png" [dependencies.clock_ticks] git = "https://github.com/tomaka/clock_ticks" [dependencies] log = "*" encoding = "0.2" fnv = "1.0" url = "0.2.35" bitflags = "*" rustc-serialize = "0.3" libc = "*" cssparser = "0.3.1" smallvec = "0.1"