# 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 = "chrome_driver" version = "0.2.0" authors = ["Jeff Mendez "] description = "API to manage chromium headless processes." readme = "README.md" keywords = [ "chrome", "chromium-api", "chrome-sidecar", "chrome-fargate", "chrome-lambda", ] categories = [ "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/a11ywatch/chrome" [dependencies.hyper] version = "0.14.27" [dependencies.lazy_static] version = "1.4.0" [dependencies.tokio] version = "^1" features = [ "macros", "rt-multi-thread", ] [dependencies.warp] version = "0.3.6"