speer-chat 0.2.3

terminal chat app for speer
# 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 = "2021"
name = "speer-chat"
version = "0.2.3"
build = false
exclude = [".github/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "terminal chat app for speer"
homepage = "https://github.com/jk20342/speer-rust-chat"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jk20342/speer-rust-chat"

[[bin]]
name = "speer-chat"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.speer]
version = "0.2.0"
features = [
    "build-from-source",
    "full-chat",
]
default-features = false