# 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 = "kurl" version = "0.2.1" description = "CLI HTTP client for Security Researchers" homepage = "https://github.com/gbrls/kurl" readme = "README.md" keywords = [ "http", "security", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/gbrls/kurl" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.itertools] version = "0.10.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "native-tls", ] [dependencies.serde_json] version = "1.0" [dependencies.snailquote] version = "0.3" [dependencies.strip-ansi-escapes] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.threadpool] version = "1.8" [dependencies.xmltree] version = "0.10"