# 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 = "sweet-cli" version = "0.2.0-rc.4" authors = ["Peter Hayman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for the Sweet test framework" documentation = "https://mrchantey.github.io/forky/docs/sweet/cli" readme = "README.md" keywords = [ "cli", "test", "e2e", "browser", "webdriver", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/mrchantey/sweet" [lib] name = "sweet_cli" path = "src/lib.rs" [[bin]] name = "sweet" path = "src/main.rs" [[example]] name = "cli" path = "examples/cli.rs" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.anyhow] version = "1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum] version = "0.6.19" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum-server] version = "0.5.1" features = ["tls-rustls"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap] version = "4.2.2" features = ["derive"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.colorize] version = "0.1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.extend] version = "1.1.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.fantoccini] version = "0.19.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.forky] version = "0.2.0-rc.6" features = [ "fs", "cli", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures] version = "0.3.28" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.glob] version = "0.3.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.hyper] version = "0.14.27" features = ["full"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon] version = "1.7.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde] version = "1.0.193" features = ["derive"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde_json] version = "1.0.108" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.sweet] version = "0.2.0-rc.4" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.27.0" features = [ "macros", "rt", "rt-multi-thread", "time", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tower] version = "0.4.13" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tower-http] version = "0.4.3" features = [ "fs", "cors", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tower-livereload] version = "0.8.0"