[package] name = "msg" version = "0.0.1" authors = ["The Servo Project Developers"] [lib] name = "msg" path = "lib.rs" [dependencies.util] path = "../util" [dependencies.canvas_traits] path = "../canvas_traits" [dependencies.style_traits] path = "../style_traits" [dependencies.azure] git = "https://github.com/servo/rust-azure" [dependencies.layers] git = "https://github.com/servo/rust-layers" [dependencies.hyper] version = "0.6" features = [ "serde-serialization" ] [dependencies.url] version = "0.2.36" features = [ "serde_serialization" ] [dependencies.ipc-channel] git = "https://github.com/pcwalton/ipc-channel" [dependencies.offscreen_gl_context] git = "https://github.com/ecoal95/rust-offscreen-rendering-context" features = ["texture_surface"] [dependencies.plugins] path = "../plugins" [dependencies] app_units = "0.1" bitflags = "0.3" rustc-serialize = "0.3.4" euclid = "0.2" serde = "0.6" serde_macros = "0.5" [target.x86_64-apple-darwin.dependencies] core-foundation = "0.1" [target.x86_64-apple-darwin.dependencies.io-surface] git = "https://github.com/servo/io-surface-rs"