# 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 = "keymaps" version = "0.1.2" description = "A rust crate which provides a standardized encoding for key codes" readme = "README.md" keywords = [ "keymaps", "keychords", "vim", ] categories = [ "command-line-interface", "data-structures", "encoding", ] license = "LGPL-3.0-or-later" repository = "https://codeberg.org/trinitrix/keymaps" [dependencies.crossterm] version = "0.27" optional = true [dependencies.log] version = "0.4.22" [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" features = ["grammar-extras"] [dependencies.thiserror] version = "1.0.63" [dev-dependencies.crossterm] version = "0.27" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] crossterm = ["dep:crossterm"] default = []