embers-cli 0.1.0

Interactive terminal UI and automation CLI for the Embers terminal multiplexer.
# 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 = "2024"
rust-version = "1.92"
name = "embers-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive terminal UI and automation CLI for the Embers terminal multiplexer."
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/Pajn/Embers"
resolver = "2"

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

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

[[bin]]
name = "embers-cli"
path = "src/bin/embers-cli.rs"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.embers-client]
version = "0.1.0"

[dependencies.embers-core]
version = "0.1.0"

[dependencies.embers-protocol]
version = "0.1.0"

[dependencies.embers-server]
version = "0.1.0"

[dependencies.libc]
version = "0.2"

[dependencies.serde_json]
version = "1"

[dependencies.shell-words]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.embers-test-support]
version = "0.1.0"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"