# 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 = "k_board" version = "1.2.5" authors = ["Mateo Lafalce "] description = "A keyboard event handler that allows dynamic development" readme = "README.md" keywords = [ "keyboard", "terminal", "tui", "tty", "termios", ] categories = [ "text-processing", "text-editors", "os", "encoding", "development-tools::ffi", ] license = "GPL-3.0" repository = "https://github.com/mateolafalce/k_board" [dependencies] [features] alt_gr_lower_letter = [] alt_gr_numbers = [] alt_gr_upper_letter = [] alt_lower_letter = [] alt_numbers = [] alt_upper_letter = [] ctrl_lower_letter = [] ctrl_numbers = [] ctrl_standar = [] ctrl_upper_letter = [] f = [] full = [] lower_letter = [] numbers = [] standar = [] upper_letter = []