noline 0.4.0

A no_std line editor
Documentation
[dependencies.embedded-io]
version = "0.6.1"

[dependencies.embedded-io-async]
version = "0.6.1"

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

[dev-dependencies.crossbeam]
version = "0.8.1"

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

[features]
alloc = []
default = []
std = ["embedded-io/std", "embedded-io-async/std"]

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

[package]
authors = ["Eivind Alexander Bergem <eivind@rustnekretser.no>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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"
resolver = "1"
version = "0.4.0"

[package.metadata.docs.rs]
all-features = true