зеркало из https://github.com/mozilla/gecko-dev.git
48 строки
1.1 KiB
TOML
48 строки
1.1 KiB
TOML
[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]
|
|
base64 = "0.4.2"
|
|
brotli = "1.0.6"
|
|
cookie = "0.6"
|
|
devtools_traits = {path = "../devtools_traits"}
|
|
flate2 = "0.2.0"
|
|
hyper = "0.10"
|
|
hyper_serde = "0.6"
|
|
hyper-openssl = "0.2.2"
|
|
immeta = "0.3.1"
|
|
ipc-channel = "0.7"
|
|
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.9"
|
|
parse-hosts = "0.3.0"
|
|
profile_traits = {path = "../profile_traits"}
|
|
serde = "0.9"
|
|
serde_derive = "0.9"
|
|
serde_json = "0.9"
|
|
servo_config = {path = "../config"}
|
|
servo_url = {path = "../url"}
|
|
servo-websocket = "0.19"
|
|
threadpool = "1.0"
|
|
time = "0.1.17"
|
|
unicase = "1.4.0"
|
|
url = {version = "1.2", features = ["heap_size"]}
|
|
uuid = {version = "0.4", features = ["v4"]}
|
|
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
|
|
|
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
|
|
tinyfiledialogs = "2.5.9"
|