mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
29 lines
630 B
TOML
29 lines
630 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]
|
|
util = {path = "../util"}
|
|
msg = {path = "../msg"}
|
|
ipc-channel = "0.5"
|
|
heapsize = "0.3.0"
|
|
heapsize_plugin = "0.1.2"
|
|
hyper = "0.9.9"
|
|
hyper_serde = "0.1.4"
|
|
image = "0.10"
|
|
lazy_static = "0.2"
|
|
log = "0.3.5"
|
|
num-traits = "0.1.32"
|
|
serde = "0.8"
|
|
serde_macros = "0.8"
|
|
url = {version = "1.2", features = ["heap_size"]}
|
|
websocket = "0.17"
|
|
uuid = { version = "0.3", features = ["v4", "serde"] }
|
|
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|