noterm 0.1.1

noterm, a no_std terminal handler.
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 = "noterm"
version = "0.1.1"
authors = ["Julien Peeters <inthehack@mountainhacks.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "noterm, a no_std terminal handler."
homepage = "https://github.com/inthehack/noterm"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/inthehack/noterm"

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

[dependencies.bitflags]
version = "2.10.0"

[dependencies.defmt]
version = "1.0.1"
optional = true

[dependencies.futures]
version = "0.3.31"
default-features = false

[dependencies.heapless]
version = "0.8.0"

[dependencies.nom]
version = "8.0.0"
default-features = false

[dependencies.thiserror]
version = "2.0.11"
default-features = false

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.speculoos]
version = "0.13.0"

[dev-dependencies.tokio]
version = "1.48.0"
features = ["full"]