forked from jonhoo/fantoccini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
29 lines (22 loc) · 792 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "fantoccini"
version = "0.8.2"
description = "High-level API for programmatically interacting with web pages through WebDriver."
readme = "README.md"
authors = ["Jon Gjengset <[email protected]>"]
documentation = "https://docs.rs/fantoccini"
homepage = "https://github.com/jonhoo/fantoccini"
repository = "https://github.com/jonhoo/fantoccini.git"
keywords = ["webdriver", "chromedriver", "geckodriver", "phantomjs", "automation"]
categories = ["api-bindings", "development-tools::testing", "web-programming::http-client"]
license = "MIT/Apache-2.0"
[badges]
travis-ci = { repository = "jonhoo/fantoccini" }
[dependencies]
webdriver = "0.34.0"
url = "1.5.0"
rustc-serialize = "0.3.24"
futures = "0.1.14"
tokio-core = "0.1.8"
hyper = "0.11.0"
hyper-tls = "0.1.0"