# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chromedriver-autoinstaller" version = "0.1.0" description = "Verifies that the correct Chromedriver is installed and in Path. A rewriting of Yeongbin Jo's [python-chromedriver-autoinstaller](https://github.com/yeongbin-jo/python-chromedriver-autoinstaller)" readme = "README.md" keywords = [ "chrome", "chromedriver", ] license = "MIT" repository = "https://github.com/Brenbrit/rust-chromedriver-autoinstaller" resolver = "2" [dependencies.is_executable] version = "1" [dependencies.quick-xml] version = "0" [dependencies.regex] version = "1" [dependencies.ureq] version = "2" [dependencies.which] version = "4" [dependencies.zip] version = "0"