beady-eye 0.2.0

A tree of work in flight: bead graphs annotated with the live agents working them
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 = "2021"
rust-version = "1.88"
name = "beady-eye"
version = "0.2.0"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tree of work in flight: bead graphs annotated with the live agents working them"
readme = "README.md"
keywords = [
    "beads",
    "herdr",
    "agents",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/CodeForBreakfast/beady-eye"

[features]
testing = []

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.libc]
version = "0.2"

[dependencies.pulldown-cmark]
version = "0.13"
default-features = false

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.3"

[dependencies.toml]
version = "0.8"

[dev-dependencies.pretty_assertions]
version = "1"