# 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 = "2018" rust-version = "1.70" name = "modalkit-ratatui" version = "0.0.20" authors = ["Ulyssa "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for building TUI applications that use modal editing" homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit-ratatui" readme = "README.md" keywords = [ "modal", "ratatui", "tui", ] license = "Apache-2.0" repository = "https://github.com/ulyssa/modalkit" resolver = "2" [lib] name = "modalkit_ratatui" path = "src/lib.rs" [[example]] name = "editor" path = "examples/editor.rs" [dependencies.crossterm] version = "0.27" [dependencies.intervaltree] version = "0.2.6" [dependencies.libc] version = "0.2" [dependencies.modalkit] version = "0.0.20" [dependencies.ratatui] version = "0.26" [dependencies.regex] version = "^1.5" [dependencies.serde] version = "^1.0" features = ["derive"] [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde_json] version = "1.0.122"