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