# 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 = "kbt" version = "2.1.0" authors = ["bloznelis "] description = "Keyboard tester in terminal" homepage = "https://github.com/bloznelis/kbt" readme = "README.md" keywords = [ "terminal", "keyboard", "tester", "tui", ] license = "MIT" repository = "https://github.com/bloznelis/kbt" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.device_query_revamped] version = "2.2.1" [dependencies.log] version = "0.4.20" [dependencies.ratatui] version = "0.25.0" features = ["all-widgets"] [dependencies.simple-logging] version = "2.0.2"