cli_chat_core 0.1.0

Zero-heap, single-threaded CLI chat core for embedded devices.
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.94"
name = "cli_chat_core"
version = "0.1.0"
authors = ["Dzulkifli Anwar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-heap, single-threaded CLI chat core for embedded devices."
readme = "README.md"
keywords = [
    "no_std",
    "embedded",
    "cli",
    "chat",
    "zero-alloc",
]
categories = [
    "embedded",
    "command-line-interface",
]
license = "MIT"
repository = "https://codeberg.org/ios-community/cli_chat_embedded"
resolver = "2"

[features]
default = []
std = []

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

[[bench]]
name = "performance"
path = "benches/performance.rs"
harness = false
required-features = ["std"]

[dependencies]

[dev-dependencies.criterion]
version = "0.8.2"
default-features = false

[dev-dependencies.proptest]
version = "1.11.0"

[lints.clippy]
missing_panics_doc = "warn"
module_name_repetitions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"