crokey 1.4.0

Parse and describe keys - helping incorporate keybindings in terminal applications
Documentation
# 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.4.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
crossterm-event-stream = ["crossterm/event-stream"]
default = ["serde"]

[lib]
name = "crokey"
path = "src/lib.rs"

[[test]]
name = "hygiene"
path = "tests/hygiene.rs"

[dependencies.crokey-proc_macros]
version = "1.4.0"

[dependencies.crossterm]
version = "0.29"

[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 = "2.0"

[dev-dependencies.trybuild]
version = "1.0.55"