mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
41 lines
685 B
TOML
41 lines
685 B
TOML
[package]
|
|
name = "net_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "net_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.msg]
|
|
path = "../msg"
|
|
|
|
[dependencies.stb_image]
|
|
git = "https://github.com/servo/rust-stb-image"
|
|
|
|
[dependencies.hyper]
|
|
version = "0.6"
|
|
features = [ "serde-serialization" ]
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/pcwalton/ipc-channel"
|
|
|
|
[dependencies.url]
|
|
version = "0.2"
|
|
features = [ "serde_serialization" ]
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies]
|
|
log = "0.3"
|
|
euclid = "0.2"
|
|
image = "0.4.0"
|
|
regex = "0.1.33"
|
|
regex_macros = "0.1.19"
|
|
serde = "0.6"
|
|
serde_macros = "0.5"
|