# 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.70" name = "modalkit" version = "0.0.20" authors = ["Ulyssa "] build = false exclude = [ ".github", "CONTRIBUTING.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for building applications that use modal editing" homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit" readme = "README.md" keywords = [ "modal", "vim", "emacs", ] categories = [ "command-line-interface", "text-editors", ] license = "Apache-2.0" repository = "https://github.com/ulyssa/modalkit" resolver = "2" [lib] name = "modalkit" path = "src/lib.rs" [dependencies.anymap2] version = "0.13.0" [dependencies.arboard] version = "^3.3.2" features = ["wayland-data-control"] optional = true [dependencies.bitflags] version = "2.4.2" [dependencies.crossterm] version = "0.27" [dependencies.derive_more] version = "0.99.16" [dependencies.intervaltree] version = "0.2.6" [dependencies.keybindings] version = "0.0.1" [dependencies.nom] version = "7.0.0" [dependencies.radix_trie] version = "0.2.1" [dependencies.regex] version = "^1.5" [dependencies.ropey] version = "1.5.0" [dependencies.thiserror] version = "^1.0.37" [dependencies.unicode-segmentation] version = "^1.7" [dependencies.unicode-width] version = "0.1.10" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.temp-dir] version = "0.1.11" [features] clipboard = ["dep:arboard"] default = ["clipboard"]