paperboy 0.1.5

A Rust TUI API tester
# 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 = "paperboy"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust TUI API tester"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jhobern/paperboy"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.hurl]
version = "~8.0"

[dependencies.hurl_core]
version = "~8.0"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.ratatui-explorer]
version = "0.3.0"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tui-line-editor]
version = "0.1"

[dependencies.tui-panel-select]
version = "0.1"

[dependencies.tui-rgb-picker]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]