noline 0.2.1

A no_std line editor
Documentation
[dependencies.embedded-hal]
optional = true
version = "0.2.6"

[dependencies.nb]
optional = true
version = "1.0.0"

[dependencies.num_enum]
default-features = false
version = "0.7.0"

[dependencies.tokio]
features = ["io-util", "sync"]
optional = true
version = "1.16.1"
[dev-dependencies.crossbeam]
version = "0.8.1"

[dev-dependencies.nb]
version = "1.0.0"

[dev-dependencies.termion]
version = "2.0.1"

[features]
alloc = []
default = []
embedded = ["embedded-hal", "nb"]
std = []

[package]
authors = ["Eivind Alexander Bergem <eivind@rustnekretser.no>"]
categories = ["no-std", "command-line-interface"]
description = "A no_std line editor"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["no_std", "readline"]
license = "MPL-2.0"
name = "noline"
readme = "README.md"
repository = "https://github.com/rustne-kretser/noline"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true