forked from jonhoo/fantoccini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
35 lines (28 loc) · 945 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
30
31
32
33
34
35
[package]
name = "fantoccini"
version = "0.11.9"
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" }
maintenance = { status = "looking-for-maintainer" }
[dependencies]
webdriver = "0.39.0"
url = "1.5.0"
serde = "1.0"
serde_json = "1.0"
futures = "0.1.14"
tokio = "0.1"
hyper = "0.12"
hyper-tls = "0.3"
cookie = { version = "0.12", features = ["percent-encode"] }
base64 = "0.10"
mime = "0.3.9"
http = "0.1"