channels-console 0.3.4

⚠ DEPRECATED: merged into the hotpath crate.
Documentation
[badges.maintenance]
status = "deprecated"

[[bin]]
name = "channels-console"
path = "bin/main.rs"
required-features = ["tui"]

[dependencies.cfg-if]
version = "1.0"

[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5"

[dependencies.colored]
optional = true
version = "3"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.crossterm]
optional = true
version = "0.29"

[dependencies.eyre]
version = "0.6"

[dependencies.futures-channel]
features = ["sink"]
optional = true
version = "0.3"

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

[dependencies.prettytable-rs]
default-features = false
version = "0.10"

[dependencies.ratatui]
optional = true
version = "0.29"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tiny_http]
version = "0.12"

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

[dependencies.ureq]
features = ["json"]
optional = true
version = "3"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.ureq]
features = ["json"]
version = "3"

[features]
channels-console = []
crossbeam = []
dev = []
futures = ["dep:tokio", "dep:futures-channel"]
tokio = ["dep:tokio"]
tui = ["dep:crossterm", "dep:ratatui", "dep:clap", "dep:colored", "dep:ureq", "dep:chrono"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "⚠ DEPRECATED: merged into the hotpath crate."
edition = "2021"
license = "MIT"
name = "channels-console"
readme = "README.md"
repository = "https://github.com/pawurb/channels-console"
version = "0.3.4"

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

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

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

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