# 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 = "rustyline-async" version = "0.4.3" description = "A minimal readline with multiline and async support." documentation = "https://docs.rs/rustyline-async" readme = "README.md" license = "Unlicense" repository = "https://github.com/zyansheep/rustyline-async" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["io"] [dependencies.pin-project] version = "1.0" [dependencies.thingbuf] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.unicode-segmentation] version = "1.10" [dependencies.unicode-width] version = "0.1" [dev-dependencies.async-std] version = "1.12.0" features = [ "unstable", "attributes", ] [dev-dependencies.log] version = "0.4.20" [dev-dependencies.simplelog] version = "0.12.1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = ["emacs"] emacs = []