atac 0.11.1

Arguably a Terminal API Client. Feature-full, free, open-source, offline and account-less.
[dependencies.clap]
features = ["derive", "color"]
version = "4.5.0"

[dependencies.cookie_store]
version = "0.20.0"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.envfile]
version = "0.2.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.parse_postman_collection]
version = "0.2.1"

[dependencies.ratatui]
version = "0.26.1"

[dependencies.regex]
version = "1.10.3"

[dependencies.reqwest]
default-features = false
features = ["cookies", "rustls-tls-native-roots", "multipart", "gzip", "brotli", "deflate"]
version = "0.11.27"

[dependencies.reqwest_cookie_store]
version = "0.6.0"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.114"

[dependencies.strum]
version = "0.26.2"

[dependencies.syntect]
version = "5.2.0"

[dependencies.throbber-widgets-tui]
version = "0.5.0"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.36.0"

[dependencies.toml]
version = "0.8.11"

[dependencies.tui-big-text]
version = "0.4.2"

[dependencies.tui-textarea]
features = ["ratatui"]
version = "0.4.0"

[dependencies.tui-tree-widget]
version = "0.19.0"

[package]
authors = ["julien-cpsn"]
description = "Arguably a Terminal API Client. Feature-full, free, open-source, offline and account-less."
documentation = "https://github.com/Julien-cpsn/ATAC/wiki"
edition = "2021"
exclude = [".github/*"]
homepage = "https://github.com/Julien-cpsn/ATAC"
keywords = ["API", "TUI", "Postman", "Insomnia"]
license = "MIT"
name = "atac"
readme = "README.md"
repository = "https://github.com/Julien-cpsn/ATAC"
version = "0.11.1"