# 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 = "viking" version = "0.2.2" authors = ["Alexander Weber "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Raiding APIs in style." homepage = "https://crates.io/crates/viking" readme = "docs/README.md" keywords = [ "cli", "load", "test", "stress", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/replicadse/viking" [[bin]] name = "viking" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.81" [dependencies.bytes] version = "1.7.1" [dependencies.clap] version = "4.5.16" [dependencies.clap-markdown] version = "0.1.4" [dependencies.clap_complete] version = "4.5.20" [dependencies.clap_mangen] version = "0.2.23" [dependencies.crossterm] version = "0.28.1" [dependencies.fancy-regex] version = "0.13.0" [dependencies.flume] version = "0.11.0" [dependencies.handlebars] version = "6.0.0" [dependencies.itertools] version = "0.13.0" [dependencies.mime] version = "0.3.17" [dependencies.reqwest] version = "0.12.7" features = ["blocking"] [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = [ "rt", "rt-multi-thread", "macros", ] [dev-dependencies.hoox] version = "0.3.0" [features] default = [] experimental = []