graphix-package-tui 0.6.0

A dataflow language for UIs and network programming, TUI package
Documentation
# 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"
name = "graphix-package-tui"
version = "0.6.0"
authors = ["Eric Stokes <letaris@gmail.com>"]
build = false
exclude = ["../../book"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dataflow language for UIs and network programming, TUI package"
homepage = "https://graphix-lang.github.io/graphix"
documentation = "https://docs.rs/graphix-package-tui"
readme = "README.md"
categories = [
    "network-programming",
    "compilers",
    "gui",
]
license = "MIT"
repository = "https://github.com/graphix-lang/graphix"
resolver = "2"

[features]
default = []
krb5_iov = ["netidx/krb5_iov"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.futures]
version = "0.3.32"

[dependencies.fxhash]
version = "0.2"

[dependencies.graphix-compiler]
version = "0.6.0"

[dependencies.graphix-derive]
version = "0.6.0"

[dependencies.graphix-package]
version = "0.6.0"

[dependencies.graphix-package-core]
version = "0.6.0"

[dependencies.graphix-rt]
version = "0.6.0"

[dependencies.log]
version = "0.4"

[dependencies.netidx]
version = "0.31.0"
default-features = false

[dependencies.netidx-core]
version = "0.31.0"

[dependencies.ratatui]
version = "0.30"
features = ["widget-calendar"]

[dependencies.smallvec]
version = "1"
features = [
    "const_generics",
    "union",
]

[dependencies.time]
version = "0.3"

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

[dependencies.triomphe]
version = "0.1"