[[bin]]
name = "ricecoder-tui"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.arboard]
version = "3.3"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.colored]
version = "2.1"
[dependencies.crossterm]
version = "0.27"
[dependencies.dirs]
version = "5.0"
[dependencies.ratatui]
version = "0.26"
[dependencies.ricecoder-sessions]
version = "0"
[dependencies.ricecoder-storage]
version = "0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
[dev-dependencies.proptest]
version = "1.4"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "ricecoder_tui"
path = "src/lib.rs"
[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Terminal User Interface for RiceCoder"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-tui"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"
[[test]]
name = "chat_widget_properties"
path = "tests/chat_widget_properties.rs"
[[test]]
name = "core_framework_properties"
path = "tests/core_framework_properties.rs"
[[test]]
name = "core_framework_tests"
path = "tests/core_framework_tests.rs"
[[test]]
name = "diff_widget_properties"
path = "tests/diff_widget_properties.rs"
[[test]]
name = "diff_widget_tests"
path = "tests/diff_widget_tests.rs"
[[test]]
name = "free_chat_tests"
path = "tests/free_chat_tests.rs"
[[test]]
name = "interactive_components_properties"
path = "tests/interactive_components_properties.rs"
[[test]]
name = "provider_integration_tests"
path = "tests/provider_integration_tests.rs"
[[test]]
name = "session_list_completeness_property"
path = "tests/session_list_completeness_property.rs"
[[test]]
name = "theming_properties"
path = "tests/theming_properties.rs"
[[test]]
name = "theming_tests"
path = "tests/theming_tests.rs"