# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "swanling" version = "0.0.0" authors = ["Begley Brothers Inc "] description = "HTTP load test and benchmark framework inspired by Locust and Drill. Written in Rust." homepage = "https://swanling.io" documentation = "https://swanling.io" readme = "README.md" keywords = ["loadtest", "benchmark", "web", "microservice", "framework"] categories = ["Simulation"] license = "Apache-2.0" repository = "https://github.com/begleybrothers/swanling" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.ctrlc] version = "3.1" [dependencies.flume] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.gumdrop] version = "0.8" [dependencies.http] version = "0.2" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nng] version = "1.0" optional = true [dependencies.num-format] version = "0.4" [dependencies.num_cpus] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["cookies", "json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.10" [dependencies.tokio] version = "1" features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "time", "sync"] [dependencies.tokio-tungstenite] version = "0.15" [dependencies.tungstenite] version = "0.14" [dependencies.url] version = "2" [dev-dependencies.httpmock] version = "0.5" [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.rustls] version = "0.19" [dev-dependencies.serial_test] version = "0.5" [build-dependencies.rustc_version] version = "0.3" [features] default = ["reqwest/default-tls"] gaggle = ["nng"] rustls-tls = ["reqwest/rustls-tls", "tokio-tungstenite/rustls-tls"]