# 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 = "2018" rust-version = "1.67" name = "scansion" version = "0.0.1" authors = ["Ulyssa "] description = "A readline-style library with Vim and Emacs keybindings" homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/scansion" readme = "README.md" keywords = [ "modal", "readline", "vim", "emacs", ] license = "Apache-2.0" repository = "https://github.com/ulyssa/modalkit" resolver = "2" [dependencies.crossterm] version = "0.27" [dependencies.libc] version = "0.2" [dependencies.modalkit] version = "0.0.17" [dependencies.regex] version = "^1.5" [dependencies.thiserror] version = "^1.0.37"