rattery 0.2.0

rattery: a sandboxed terminal host that runs ratatui apps delivered over HTTP, as a CLI and as a library
# 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.95"
name = "rattery"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rattery: a sandboxed terminal host that runs ratatui apps delivered over HTTP, as a CLI and as a library"
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "wasm",
    "wasi",
    "sandbox",
]
categories = [
    "command-line-interface",
    "wasm",
]
license = "MIT"
repository = "https://github.com/tom-lubenow/rattery"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.bytes]
version = "1"

[dependencies.cookie_store]
version = "0.22"
features = ["serde_json"]
default-features = false

[dependencies.crossterm]
version = "0.29"
features = [
    "event-stream",
    "bracketed-paste",
]

[dependencies.directories]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.ratatui]
version = "0.30"
features = [
    "std",
    "crossterm_0_29",
    "underline-color",
]
default-features = false

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "http2",
    "stream",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "fs",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.30"
features = ["rustls-tls-webpki-roots"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

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

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

[dependencies.url]
version = "2"

[dependencies.wasmtime]
version = "48"
features = ["component-model-async"]

[dependencies.wasmtime-wasi]
version = "48"
features = ["p3"]

[dependencies.wasmtime-wasi-http]
version = "48"
features = ["p3"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "process",
    "io-util",
]