noline 0.3.0

A no_std line editor
Documentation
[dependencies.async-std]
optional = true
version = "1.12.0"

[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 = []
async = []
default = ["std", "sync"]
std = ["embedded-io/std", "embedded-io-async/std", "async-std"]
sync = []

[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.3.0"

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