# 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 = "rat-input"
version = "0.17.0"
exclude = [
    ".idea/*",
    ".gitignore",
]
description = "ratatui data input widgets"
readme = "readme.md"
keywords = [
    "ratatui",
    "input",
    "mask",
]
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
repository = "https://github.com/thscharler/rat-input"

[dependencies.chrono]
version = "0.4"
features = ["unstable-locales"]

[dependencies.crossterm]
version = "0.27"

[dependencies.format_num_pattern]
version = "0.9"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2.7.2"

[dependencies.pure-rust-locales]
version = "0.8"

[dependencies.rat-event]
version = "0.14"

[dependencies.rat-focus]
version = "0.10"

[dependencies.rat-scrolled]
version = "0.12"

[dependencies.ratatui]
version = "0.27"
features = [
    "unstable-widget-ref",
    "unstable-rendered-line-info",
]

[dependencies.ropey]
version = "1.6.1"

[dependencies.rust_decimal]
version = "1.34"

[dependencies.rust_decimal_macros]
version = "1.34"

[dependencies.unicode-display-width]
version = "0.3.0"

[dependencies.unicode-segmentation]
version = "1.11"

[dependencies.unicode-width]
version = "0.1.12"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.fern]
version = "0.6"

[dev-dependencies.humantime]
version = "2.1"

[dev-dependencies.lorem-rustum]
version = "0.0.5"

[dev-dependencies.rand]
version = "0.8.5"

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
elided_lifetimes_in_paths = "warn"
explicit_outlives_requirements = "warn"
keyword_idents = "warn"
macro_use_extern_crate = "warn"
meta_variable_misuse = "warn"
missing_abi = "warn"
missing_debug_implementations = "warn"
missing_docs = "allow"
non_ascii_idents = "warn"
noop_method_call = "warn"
pointer_structural_match = "warn"
semicolon_in_expressions_from_macros = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"
unstable_features = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_qualifications = "warn"
variant_size_differences = "warn"