# 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.8.0" 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" [[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.27.0" [dependencies.futures] version = "0.3" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.httparse] version = "1.8" [dependencies.inquire] version = "0.6.2" features = ["date"] [dependencies.jsonpath] version = "0.1" [dependencies.log] version = "0.4.20" features = ["std"] [dependencies.notify] version = "6.1.1" [dependencies.ratatui] version = "0.26.1" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", ] [dependencies.serde_json] version = "1.0" [dependencies.spinoff] version = "0.8.0" features = ["dots"] [dependencies.termcolor] version = "1.4.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "full", "rt", ] [dependencies.toml] version = "0.8" [dependencies.tui-input] version = "0.8.0" [dependencies.walkdir] version = "2"