# 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 = "rhc" version = "0.1.1" authors = ["Kevin Fleming "] exclude = ["screenshots/*"] description = "Command-line HTTP client" homepage = "https://github.com/ktfleming/rhc" readme = "README.md" keywords = ["cli", "http"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/ktfleming/rhc" [[bin]] name = "rhc" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.28" [dependencies.attohttpc] version = "0.13.0" features = ["json", "form", "charsets"] [dependencies.atty] version = "0.2.14" [dependencies.csv] version = "1.1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.regex] version = "1.3.7" [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0.52" [dependencies.shellexpand] version = "2.0.0" [dependencies.simplelog] version = "0.8.0" [dependencies.spinners] version = "1.2.0" [dependencies.structopt] version = "0.3.14" [dependencies.sublime_fuzzy] version = "0.6.0" [dependencies.syntect] version = "4.1.1" [dependencies.termion] version = "1.5.5" [dependencies.toml] version = "0.5.6" [dependencies.tui] version = "0.9.1" [dependencies.unicode-width] version = "0.1.7" [dependencies.walkdir] version = "2.3.1" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.httptest] version = "0.13.1" [dev-dependencies.predicates] version = "1.0.4" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tempfile] version = "3.1.0"