# 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-salsa" version = "0.28.1" authors = ["thscharler "] build = false exclude = [ ".idea/*", ".gitignore", "files.gif", "mdedit.gif", ] autobins = false autoexamples = false autotests = false autobenches = false description = "ratatui widgets and a crossterm event-loop" readme = "readme.md" keywords = [ "ratatui", "input", "event-loop", ] categories = ["command-line-interface"] license = "MIT/Apache-2.0" repository = "https://github.com/thscharler/rat-salsa" [lib] name = "rat_salsa" path = "src/lib.rs" [[example]] name = "files" path = "examples/files.rs" [[example]] name = "life" path = "examples/life.rs" [[example]] name = "mdedit" path = "examples/mdedit.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "theme_sample" path = "examples/theme_sample.rs" [[example]] name = "turbo" path = "examples/turbo.rs" [[example]] name = "ultra" path = "examples/ultra.rs" [dependencies.crossbeam] version = "0.8" [dependencies.crossterm] version = "0.28" [dependencies.log] version = "0.4" [dependencies.rat-widget] version = "0.31" [dependencies.ratatui] version = "0.29" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.cli-clipboard] version = "0.4.0" [dev-dependencies.configparser] version = "3.1.0" features = ["indexmap"] [dev-dependencies.directories-next] version = "2.0.0" [dev-dependencies.fern] version = "0.7" [dev-dependencies.humantime] version = "2.1" [dev-dependencies.pulldown-cmark] version = "0.12.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rat-theme] version = "0.27" [dev-dependencies.ropey] version = "1.6.1" [dev-dependencies.sysinfo] version = "0.32.0" [dev-dependencies.textwrap] version = "0.16" [dev-dependencies.unicode-segmentation] version = "1.11" [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"