daemon_console_lite 0.3.0

A simple console library for daemon applications.
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"
rust-version = "1.91.1"
name = "daemon_console_lite"
version = "0.3.0"
authors = ["Mooling0602 <CleMooling@outlook.com>"]
build = false
exclude = [
    "target/",
    ".git/",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple console library for daemon applications."
homepage = "https://crates.io/crates/daemon_console_lite"
documentation = "https://docs.rs/daemon_console_lite"
readme = "README.md"
keywords = [
    "console",
    "daemon",
    "terminal",
    "tui",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
]
license = "GPL-3.0"
repository = "https://github.com/Mooling0602/Daemon_Console_Lite"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[bin]]
name = "dcl_test"
path = "test/main.rs"

[dependencies.chrono]
version = "^0.4.43"

[dependencies.crossterm]
version = "^0.29.0"

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

[dependencies.unicode-width]
version = "^0.2.2"

[profile.dist]
lto = "thin"
inherits = "release"