# 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 = "webdriver-install" version = "0.3.2" authors = ["Philipp Hansch "] description = "Fast and simple webdriver installation" homepage = "https://github.com/phansch/webdriver-install" documentation = "https://docs.rs/webdriver-install" keywords = ["webdriver", "webdriver-manager", "chromedriver", "geckodriver", "edgedriver"] categories = ["web-programming", "command-line-utilities", "wasm"] license = "MIT" repository = "https://github.com/phansch/webdriver-install" [lib] name = "webdriver_install" path = "src/lib.rs" [[bin]] name = "webdriver_install" path = "src/main.rs" [dependencies.clap] version = "2" [dependencies.dirs] version = "3" [dependencies.dirs-sys] version = "0.3" [dependencies.eyre] version = "0.6" [dependencies.flate2] version = "1" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.sys-info] version = "0.8" [dependencies.tar] version = "0.4" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.url] version = "2.2" [dependencies.winapi] version = "0.3" features = ["winuser"] [dependencies.zip] version = "0.5" [dev-dependencies.tempfile] version = "3.2"