headless_chrome 0.6.0

Control Chrome programatically
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "headless_chrome"
version = "0.6.0"
authors = ["Alistair Roche <alistair@sunburnt.country>"]
description = "Control Chrome programatically"
homepage = "https://github.com/atroche/rust-headless-chrome"
readme = "README.md"
license = "MIT"
repository = "https://github.com/atroche/rust-headless-chrome"

[lib]
name = "headless_chrome"
path = "src/lib.rs"
[dependencies.base64]
version = "0.10"

[dependencies.derive_builder]
version = "0.7.1"

[dependencies.directories]
version = "2.0"
optional = true

[dependencies.env_logger]
version = "0.6"

[dependencies.failure]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.7"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["serde_derive"]

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.ureq]
version = "0.11"
optional = true

[dependencies.websocket]
version = "0.22"
features = ["sync"]
default_features = false

[dependencies.which]
version = "2.0"

[dependencies.zip]
version = "0.5"
optional = true
[dev-dependencies.chrono]
version = "0.4"
default_features = false

[dev-dependencies.jpeg-decoder]
version = "0.1"
default_features = false

[dev-dependencies.png]
version = "0.14"

[dev-dependencies.tiny_http]
version = "0.6"

[features]
default = ["fetch"]
fetch = ["ureq", "directories", "zip"]
nightly = []
[target."cfg(windows)".dependencies.winreg]
version = "0.6"