# 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 = "shrs_line" version = "0.0.4" authors = [ "MrPicklePinosaur", "nithinmuthukumar", ] description = "readline implementation" homepage = "https://mrpicklepinosaur.github.io/shrs/" readme = "README.md" keywords = [ "shrs", "shell", "posix", "unix", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MrPicklePinosaur/shrs" [dependencies.anyhow] version = "1" [dependencies.arboard] version = "3.2.0" [dependencies.crossterm] version = "0.26" features = ["bracketed-paste"] [dependencies.derive_builder] version = "0.12" [dependencies.dirs] version = "5" [dependencies.shrs_core] version = "^0.0.4" [dependencies.shrs_lang] version = "^0.0.4" [dependencies.shrs_utils] version = "^0.0.4" [dependencies.shrs_vi] version = "^0.0.4" [dependencies.tempfile] version = "3.9" [dependencies.thiserror] version = "1" [dependencies.trie-rs] version = "0.1" [dependencies.unicode-width] version = "0.1"