[package] name = "msg" version = "0.0.1" authors = ["The Servo Project Developers"] [lib] name = "msg" path = "lib.rs" [dependencies.style] path = "../style" [dependencies.util] path = "../util" [dependencies.azure] git = "https://github.com/servo/rust-azure" [dependencies.geom] git = "https://github.com/servo/rust-geom" [dependencies.layers] git = "https://github.com/servo/rust-layers" [dependencies.core_foundation] git = "https://github.com/servo/rust-core-foundation" [dependencies.io_surface] git = "https://github.com/servo/rust-io-surface" [dependencies.png] git = "https://github.com/servo/rust-png" [dependencies] url = "0.2.35" bitflags = "*" hyper = "0.5" rustc-serialize = "0.3.4"