# 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" rust-version = "1.56" name = "crokey" version = "1.0.1" authors = ["dystroy "] description = "Parse and describe keys - helping incorporate keybindings in terminal applications" readme = "README.md" keywords = [ "key", "parse", ] categories = [ "command-line-interface", "parsing", ] license = "MIT" repository = "https://github.com/Canop/crokey" [dependencies.crokey-proc_macros] version = "1.0.1" [dependencies.crossterm] version = "0.27" [dependencies.once_cell] version = "1.12" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dependencies.strict] version = "0.2" [dev-dependencies.deser-hjson] version = "1.0" [dev-dependencies.trybuild] version = "1.0.55" [features] default = ["serde"]