servo/components/webdriver_server/Cargo.toml
James Graham 5311d9ab59 Support WebDriver takeScreenshot command.
This adds support for compositing to a PNG without actually quiting
the browser.
2015-05-07 09:56:15 +01:00

28 lines
492 B
TOML

[package]
name = "webdriver_server"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "webdriver_server"
path = "lib.rs"
[dependencies.msg]
path = "../msg"
[dependencies.util]
path = "../util"
[dependencies.webdriver_traits]
path = "../webdriver_traits"
[dependencies.webdriver]
git = "https://github.com/jgraham/webdriver-rust.git"
[dependencies.png]
git = "https://github.com/servo/rust-png"
[dependencies]
rustc-serialize = "0.3.4"
url = "0.2.16"
uuid = "*"