restui 0.4.0

A TUI HTTP client with vim keybindings
# 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 = "2024"
name = "restui"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI HTTP client with vim keybindings"
homepage = "https://github.com/Di3go0-0/restui"
readme = "README.md"
keywords = [
    "http",
    "rest",
    "tui",
    "vim",
    "api",
]
categories = [
    "command-line-utilities",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/Di3go0-0/restui"

[[bin]]
name = "restui"
path = "src/main.rs"

[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.ratatui]
version = "0.30"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.similar]
version = "2"

[dependencies.syntect]
version = "5"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.unicode-segmentation]
version = "1.10"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.vimltui]
version = "0.2.11"

[profile.release]
lto = true
strip = true