# 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-manager" version = "0.3.5" authors = ["Alex L"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for downloading and managing ChromeDrivers." readme = "readme.md" keywords = [ "chromedriver", "thirtyfour", ] license = "MIT" repository = "https://github.com/Sw1ndlers/ChromedriverManager" [lib] name = "chromedriver_manager" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.indicatif] version = "0.17.8" [dependencies.platform-dirs] version = "0.3.0" [dependencies.reqwest] version = "0.12.7" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thirtyfour] version = "0.34.0" [dependencies.zip-extensions] version = "0.8.1" [dev-dependencies.tokio] version = "1" features = ["full"]