# 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 = "kodumaro-http-cli" version = "0.5.2" authors = ["Rodrigo Montegasppα Cacilhας "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kodumaro HTTP CLI inspired by HTTPie" homepage = "https://github.com/cacilhas/kodumaro-http-cli" readme = "README.md" keywords = [ "cli", "http", ] categories = ["command-line-interface"] license = "BSD-3-Clause" repository = "https://github.com/cacilhas/kodumaro-http-cli" resolver = "1" [lib] name = "kodumaro_http_cli" path = "src/lib.rs" [[bin]] name = "http" path = "src/bin/http.rs" [dependencies.base64] version = "0.22" [dependencies.clap] version = "4.5" features = [ "color", "env", "help", "std", "suggestions", "usage", "derive", ] [dependencies.color-eyre] version = "0.6" [dependencies.crossterm] version = "0.28" [dependencies.eyre] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" [dependencies.regex] version = "1.11" [dependencies.reqwest] version = "0.12.8" features = [ "json", "stream", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syntect] version = "5.2" [dependencies.tokio] version = "1.40.0" features = ["full"]