net-deck 0.20.1

Operator cyberdeck — terminal UI for the Net mesh
# 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 = "net-deck"
version = "0.20.1"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operator cyberdeck — terminal UI for the Net mesh"
readme = false
license = "Apache-2.0"
repository = "https://github.com/ai-2070/net"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/deck-v{ version }/{ name }-v{ version }-{ target }.{ archive-suffix }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[features]
default = []
demo = [
    "net-mesh-sdk/testing",
    "net-mesh-sdk/cortex",
]

[[bin]]
name = "net-deck"
path = "src/main.rs"

[dependencies.bytes]
version = "1"

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.net-mesh-sdk]
version = "0.20.1"
features = [
    "meshos",
    "deck",
    "dataforts",
]

[dependencies.parking_lot]
version = "0.12"

[dependencies.ratatui]
version = "0.30"

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

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

[dependencies.toml]
version = "1.0"