acropolis 0.2.2

UNDER CONSTRUCTION: A safe local-first Rust Cardano node scaffold.
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 = "acropolis"
version = "0.2.2"
authors = [
    "Trevor Knott",
    "Knott Dynamics",
]
build = false
include = [
    "/src/**",
    "/examples/**",
    "/tests/**",
    "/docs/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UNDER CONSTRUCTION: A safe local-first Rust Cardano node scaffold."
documentation = "https://docs.rs/acropolis"
readme = "README.md"
keywords = [
    "acropolis",
    "cardano",
    "cardano-node",
    "blockchain",
    "node",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT OR Apache-2.0"

[package.metadata.acropolis]
status = "under-construction"
production-ready = false

[features]
default = []
tui = [
    "dep:crossterm",
    "dep:scrin",
]

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

[[bin]]
name = "acropolis"
path = "src/bin/acropolis.rs"

[[example]]
name = "tui_dashboard"
path = "examples/tui_dashboard.rs"
required-features = ["tui"]

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

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

[dependencies.scrin]
version = "0.1.82"
optional = true