[package] name = "net" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" publish = false [lib] name = "net" path = "lib.rs" [dependencies] bitflags = "0.7" brotli = "1.0.6" content-blocker = "0.2.1" cookie = {version = "0.2.5", features = ["serialize-rustc"]} device = {git = "https://github.com/servo/devices"} devtools_traits = {path = "../devtools_traits"} flate2 = "0.2.0" hyper = "0.9.9" hyper_serde = "0.1.4" immeta = "0.3.1" ipc-channel = "0.5" lazy_static = "0.2" log = "0.3.5" matches = "0.1" mime = "0.2.1" mime_guess = "1.8.0" msg = {path = "../msg"} net_traits = {path = "../net_traits"} openssl = "0.7.6" openssl-verify = "0.1" plugins = {path = "../plugins"} profile_traits = {path = "../profile_traits"} rand = "0.3" rustc-serialize = "0.3" threadpool = "1.0" time = "0.1.17" unicase = "1.4.0" url = {version = "1.2", features = ["heap_size", "rustc-serialize"]} util = {path = "../util"} uuid = {version = "0.3", features = ["v4"]} websocket = "0.17" [dependencies.webrender_traits] git = "https://github.com/servo/webrender" default_features = false features = ["serde_macros"] [target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies] tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}