mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
32 lines
768 B
TOML
32 lines
768 B
TOML
[package]
|
|
name = "net_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "net_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
cookie = "0.2.5"
|
|
heapsize = "0.3.0"
|
|
heapsize_derive = "0.1"
|
|
hyper = "0.9.9"
|
|
hyper_serde = "0.5"
|
|
image = "0.12"
|
|
immeta = "0.3.1"
|
|
ipc-channel = "0.7"
|
|
lazy_static = "0.2"
|
|
log = "0.3.5"
|
|
msg = {path = "../msg"}
|
|
num-traits = "0.1.32"
|
|
parse-hosts = "0.3.0"
|
|
serde = "0.9"
|
|
serde_derive = "0.9"
|
|
servo_config = {path = "../config", features = ["servo"]}
|
|
servo_url = {path = "../url", features = ["servo"]}
|
|
url = {version = "1.2", features = ["heap_size"]}
|
|
uuid = {version = "0.4", features = ["v4", "serde"]}
|
|
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|