toss-api 0.1.5

A Vim-inspired TUI and CLI API client for exploring and testing endpoints
# 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 = "toss-api"
version = "0.1.5"
authors = ["Parth Gajjar <gajjarparth09@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Vim-inspired TUI and CLI API client for exploring and testing endpoints"
homepage = "https://github.com/ghostp13409/toss"
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "api-client",
    "vim",
    "rest",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "development-tools",
]
license = "GPL-3.0-only"
repository = "https://github.com/ghostp13409/toss"

[[bin]]
name = "toss-api"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.arboard]
version = "3.6.1"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.parse_postman_collection]
version = "0.2.4"

[dependencies.postman_collection]
version = "0.3.1"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1.10.6"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "multipart",
    "form",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.syntect]
version = "5.3.0"

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

[dependencies.tui-syntax-highlight]
version = "0.2.0"

[dependencies.uuid]
version = "1.23.0"
features = [
    "serde",
    "v4",
]

[dependencies.walkdir]
version = "2.5.0"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true