wryme 1.7.5

wryme • that small, calm window where agents come to meet you
# 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 = "wryme"
version = "1.7.5"
build = "build.rs"
exclude = [
    "dist/",
    "desktop/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wryme • that small, calm window where agents come to meet you"
homepage = "https://github.com/adiled/wryme"
documentation = "https://github.com/adiled/wryme#readme"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "chat",
    "ai",
    "agent",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/adiled/wryme"

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow-array]
version = "53"

[dependencies.arrow-schema]
version = "53"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

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

[dependencies.futures-util]
version = "0.3"

[dependencies.parquet]
version = "53"

[dependencies.ratatui]
version = "0.30"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
    "stream",
]
default-features = false

[dependencies.sentry]
version = "0.42"
features = [
    "backtrace",
    "contexts",
    "panic",
    "reqwest",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.tui-markdown]
version = "0.3"

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

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

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