servo/components/webdriver_server/Cargo.toml
2016-05-24 12:29:22 +02:00

25 lines
620 B
TOML

[package]
name = "webdriver_server"
version = "0.0.1"
authors = ["The Servo Project Developers"]
publish = false
[lib]
name = "webdriver_server"
path = "lib.rs"
[dependencies]
msg = {path = "../msg"}
plugins = {path = "../plugins"}
util = {path = "../util"}
euclid = {version = "0.6.4", features = ["plugins"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
image = "0.10"
log = "0.3.5"
hyper = "0.9"
rustc-serialize = "0.3.4"
regex = "0.1.55"
script_traits = {path = "../script_traits"}
url = {version = "1.0.0", features = ["heap_size"]}
uuid = { version = "0.2", features = ["v4"] }
webdriver = "0.9"