# 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 = "hitman" version = "0.9.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool for hitting API endpoints" homepage = "https://github.com/ropez/hitman" readme = "README.md" license = "MIT" repository = "https://github.com/ropez/hitman" [lib] name = "hitman" path = "src/lib.rs" [[bin]] name = "hitman" path = "src/main.rs" [[bin]] name = "hitman-ui" path = "src/main_ui.rs" [dependencies.anyhow] version = "1.0.78" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.cookie] version = "0.18.0" [dependencies.crossterm] version = "0.28.1" [dependencies.futures] version = "0.3" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.graphql-parser] version = "0.4.0" [dependencies.httparse] version = "1.8" [dependencies.inquire] version = "0.7.5" features = ["date"] [dependencies.jsonpath] version = "0.1" [dependencies.log] version = "0.4.20" features = ["std"] [dependencies.notify] version = "7.0.0" [dependencies.ratatui] version = "0.29.0" [dependencies.reqwest] version = "0.12.9" features = [ "json", "cookies", ] [dependencies.serde_json] version = "1.0" [dependencies.spinoff] version = "0.8.0" features = ["dots"] [dependencies.syntect] version = "5.2.0" [dependencies.syntect-tui] version = "3.0.4" [dependencies.termcolor] version = "1.4.0" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1" features = [ "full", "rt", ] [dependencies.toml] version = "0.8" [dependencies.tui-input] version = "0.11.0" [dependencies.walkdir] version = "2"