servo/components/webdriver_server/Cargo.toml
2017-02-24 02:39:57 +01:00

28 lines
665 B
TOML

[package]
name = "webdriver_server"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]
name = "webdriver_server"
path = "lib.rs"
[dependencies]
cookie = "0.2.5"
euclid = "0.11"
hyper = "0.9.9"
image = "0.12"
ipc-channel = "0.7"
log = "0.3.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
regex = "0.2"
rustc-serialize = "0.3.4"
script_traits = {path = "../script_traits"}
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"]}
webdriver = "0.20"