# 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 = "siderunner" version = "0.2.0" authors = ["Maxim Zhiburt "] description = "A library for execution of .side files produced by Selenium IDE" homepage = "https://github.com/Plato-solutions/siderunner" documentation = "https://docs.rs/siderunner" readme = "README.md" keywords = ["selenium", "automation", "automation-selenium", "side", "testing"] categories = ["development-tools::testing"] license = "MPL-2.0" repository = "https://github.com/Plato-solutions/siderunner" [dependencies.async-recursion] version = "0.3.2" [dependencies.async-trait] version = "0.1" [dependencies.fantoccini] version = "0.17.4" optional = true [dependencies.futures-timer] version = "3.0.2" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.thirtyfour] version = "0.25.1" optional = true [dependencies.url] version = "2.2.2" [dev-dependencies.tokio] version = "1.6.1" features = ["full"] [features] default = ["thirtyfour_backend"] fantoccini_backend = ["fantoccini"] thirtyfour_backend = ["thirtyfour"]