# 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-event" version = "0.26.1" build = false exclude = [ ".idea/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "ratatui event handler trait for widgets" readme = "readme.md" keywords = [ "ratatui", "input", "event", ] categories = ["command-line-interface"] license = "MIT/Apache-2.0" repository = "https://github.com/thscharler/rat-event" [lib] name = "rat_event" path = "src/lib.rs" [[test]] name = "test_util" path = "tests/test_util.rs" [dependencies.crossterm] version = "0.28" [dependencies.log] version = "0.4" [dependencies.ratatui] version = "0.29" [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" 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"