# 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 = "2021" name = "noline" version = "0.5.1" authors = ["Eivind Alexander Bergem "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A no_std line editor" readme = "README.md" keywords = [ "no_std", "readline", ] categories = [ "no-std", "command-line-interface", ] license = "MPL-2.0" repository = "https://github.com/rustne-kretser/noline" resolver = "1" [package.metadata.docs.rs] all-features = true [lib] name = "noline" path = "src/lib.rs" [dependencies.embedded-io] version = "0.6.1" [dependencies.embedded-io-async] version = "0.6.1" [dependencies.num_enum] version = "0.7.2" default-features = false [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", ]