terminput-termina 0.2.0

termina adapter for terminput
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 = "2024"
rust-version = "1.88"
name = "terminput-termina"
version = "0.2.0"
authors = ["Austin Schey <aschey13@gmail.com>"]
build = false
include = [
    "/src",
    "/examples",
    "/tests",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "termina adapter for terminput"
homepage = "https://github.com/aschey/terminput"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "input",
    "ratatui",
]
categories = [
    "command-line-interface",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aschey/terminput"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[features]
default = ["termina_0_2"]
termina_0_2 = ["dep:termina_0_2"]

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

[dependencies.termina_0_2]
version = "0.2"
optional = true
package = "termina"

[dependencies.terminput]
version = "0.5.13"

[lints.clippy]
default_trait_access = "warn"
doc_markdown = "warn"
ignored_unit_patterns = "warn"
missing_fields_in_debug = "warn"
semicolon_if_nothing_returned = "warn"
use_self = "warn"

[lints.rustdoc]
broken_intra_doc_links = "deny"