# 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 = "keymap" version = "0.4.1" authors = ["Marut Khumtong "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing terminal input events from configuration" homepage = "https://github.com/rezigned/keymap-rs" readme = "README.md" keywords = [ "terminal", "event", "config", "keymapping", "keybinding", ] license = "MIT" repository = "https://github.com/rezigned/keymap-rs" [lib] name = "keymap" path = "src/lib.rs" doctest = false [[example]] name = "config" path = "examples/config.rs" [[example]] name = "crossterm" path = "examples/crossterm.rs" required-features = ["crossterm"] [[example]] name = "termion" path = "examples/termion.rs" required-features = ["termion"] [dependencies.crossterm] version = "0.28" optional = true [dependencies.pom] version = "3.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.termion] version = "4.0" optional = true [dev-dependencies.toml] version = "0.8" [features] default = ["crossterm"]