# 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 = "schnauzer_ui" version = "0.1.1" description = "A DSL for browser based automated testing" homepage = "https://bcpeinhardt.github.io/schnauzerUI/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bcpeinhardt/schnauzerUI" [lib] name = "schnauzer_ui" path = "src/lib.rs" [[bin]] name = "sui" path = "src/bin/cli.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.async-recursion] version = "1.0.0" [dependencies.camino] version = "1.1.6" features = [ "serde", "serde1", ] [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0.8" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.promptly] version = "0.3.1" [dependencies.sailfish] version = "0.5.0" [dependencies.serde] version = "1.0.152" features = [ "serde_derive", "derive", ] [dependencies.serde_json] version = "1.0.91" [dependencies.thirtyfour] version = "0.31.0" [dependencies.tokio] version = "1.21.2" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.serial_test] version = "0.10"