# 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 = "2018" name = "goose" version = "0.17.2" authors = ["Jeremy Andrews "] description = "A load testing framework inspired by Locust." homepage = "https://tag1.com/goose" documentation = "https://book.goose.rs" readme = "README.md" keywords = [ "loadtesting", "performance", "web", "framework", "tool", ] license = "Apache-2.0" repository = "https://github.com/tag1consulting/goose" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.ctrlc] version = "3" [dependencies.downcast-rs] version = "1.2" [dependencies.flume] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.gumdrop] version = "0.8" [dependencies.http] version = "0.2" [dependencies.itertools] version = "0.11" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num-format] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "cookies", "gzip", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "macros", "net", "rt-multi-thread", "time", "sync", ] [dependencies.tokio-tungstenite] version = "0.20" [dependencies.tungstenite] version = "0.20" [dependencies.url] version = "2" [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.nix] version = "0.26" [dev-dependencies.rustls] version = "0.20" [dev-dependencies.serial_test] version = "0.9" [features] default = ["reqwest/default-tls"] rustls-tls = [ "reqwest/rustls-tls", "tokio-tungstenite/rustls", ]