# 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" rust-version = "1.76.0" name = "anya" version = "0.1.102" authors = ["Nevio Gomez "] description = """ anya is a lightweight TUI HTTP client application to test GET and POST endpoints with or without a JSON body. """ homepage = "https://github.com/Ngz91/anya" documentation = "https://github.com/Ngz91/anya" readme = "README.md" keywords = [ "tui", "http-client", ] categories = [ "command-line-utilities", "http-client", ] license = "MIT" repository = "https://github.com/Ngz91/anya" [[bin]] name = "anya" path = "src/main.rs" test = false bench = false [dependencies.crossterm] version = "0.27.0" [dependencies.ratatui] version = "0.24.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.190" [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui-textarea] version = "0.4.0"