# 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 = "squirrel-browser-automation" version = "1.2.0" authors = ["Munish Goyal"] exclude = [ "assets", ".github", ".gitignore", "temp", "target", ] description = "Browser automation via YAML based workflow definition." homepage = "https://github.com/goyalmunish/squirrel" documentation = "https://crates.io/crates/squirrel-browser-automation" readme = "README.md" keywords = [ "browser", "automation", "selenium", ] categories = [ "development-tools", "development-tools::testing", "web-programming", ] license-file = "LICENCE" [dependencies.async-recursion] version = "1.0.5" [dependencies.chrono] version = "0.4.31" [dependencies.fantoccini] version = "0.19.3" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_yaml] version = "0.9.29" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.tempfile] version = "3.9.0" [dependencies.tokio] version = "1" features = ["full"]