slumber_console 5.3.0

Utitilies for console-based Slumber frontends. Not intended for external use.
Documentation
# 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"
rust-version = "1.90.0"
name = "slumber_console"
version = "5.3.0"
authors = ["Lucas Pickering <lucas@lucaspickering.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utitilies for console-based Slumber frontends. Not intended for external use."
homepage = "https://slumber.lucaspickering.me"
readme = false
keywords = [
    "rest",
    "http",
    "terminal",
    "tui",
]
license = "MIT"
repository = "https://github.com/LucasPickering/slumber"

[package.metadata.release]
tag = false

[lib]
name = "slumber_console"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.0"

[dependencies.async-trait]
version = "0.1.81"

[dependencies.dialoguer]
version = "0.12.0"
features = ["password"]
default-features = false

[dependencies.slumber_core]
version = "5.3.0"

[dependencies.slumber_template]
version = "5.3.0"

[dependencies.slumber_util]
version = "5.3.0"

[dependencies.tokio]
version = "1.39.2"
features = ["sync"]
default-features = false

[dependencies.tracing]
version = "0.1.40"