rush-sync-server 0.2.4

Modern asynchronous TUI sync server with i18n, modular command system, and flexible configuration.
Documentation
[badges.github]
repository = "LEVOGNE/rush.sync.server"

[[bin]]
name = "rush-sync"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.27"

[dependencies.env_logger]
version = "0.11"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.ratatui]
version = "0.24"

[dependencies.rust-embed]
version = "6.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strip-ansi-escapes]
version = "0.1.1"

[dependencies.tokio]
features = ["full"]
version = "1.36"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.21"

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

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.0"

[dev-dependencies.tokio-test]
version = "0.4"

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

[lints.clippy]
module_inception = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "asynchronous"]
description = "Modern asynchronous TUI sync server with i18n, modular command system, and flexible configuration."
edition = "2021"
keywords = ["cli", "tui", "sync", "i18n", "async"]
license = "GPL-3.0 OR LicenseRef-Commercial"
name = "rush-sync-server"
readme = "README.md"
repository = "https://github.com/LEVOGNE/rush.sync.server"
version = "0.2.4"

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

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

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

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

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