# 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 = "rh" version = "0.1.14" authors = ["twigly"] description = "A user-friendly command-line tool to request HTTP APis" homepage = "https://github.com/twigly/rh" readme = "README.md" keywords = ["cli", "http", "terminal", "tool", "devops"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/twigly/rh" [dependencies.ansi_term] version = "0.12" [dependencies.atty] version = "0.2.14" [dependencies.colored_json] version = "2" [dependencies.content_inspector] version = "0.2.4" [dependencies.dirs] version = "4.0" [dependencies.indicatif] version = "0.16" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11" features = ["blocking", "cookies", "gzip", "rustls-tls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.termsize] version = "0.1" [dependencies.url] version = "2.2.2" [dev-dependencies.httpmock] version = "0.6" [features] alias = [] spinner = []