terminput-termion 0.3.9

termion adapter for terminput
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bitflags"
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"

[[package]]
name = "libc"
version = "0.2.183"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"

[[package]]
name = "numtoa"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aa2c4e539b869820a2b82e1aef6ff40aa85e65decdd5185e83fb4b1249cd00f"

[[package]]
name = "terminput"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb7aa689afcefce48546d7794bb5f6d1ff72cd41c255f39d2a83a158e0e99d8"
dependencies = [
 "bitflags",
]

[[package]]
name = "terminput-termion"
version = "0.3.9"
dependencies = [
 "terminput",
 "termion",
]

[[package]]
name = "termion"
version = "4.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f44138a9ae08f0f502f24104d82517ef4da7330c35acd638f1f29d3cd5475ecb"
dependencies = [
 "libc",
 "numtoa",
]