# 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-eggs" version = "0.5.2" authors = ["Jeremy Andrews "] description = "Helpful in writing Goose load tests." homepage = "https://goose.rs" documentation = "https://docs.rs/goose-eggs" readme = "README.md" keywords = [ "loadtesting", "performance", "web", ] license = "Apache-2.0" repository = "https://github.com/tag1consulting/goose-eggs" [dependencies.goose] version = "0.17" default-features = false [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" default-features = false [dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies.gumdrop] version = "0.8" [dev-dependencies.httpmock] version = "0.6" [features] default = [ "goose/default", "reqwest/default-tls", ] rustls-tls = [ "goose/rustls-tls", "reqwest/rustls-tls", ]