# 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 = "gland" version = "0.3.1" authors = ["ItsEthra"] description = "TUI library" license = "MIT" repository = "https://github.com/ItsEthra/gland" [package.metadata.docs.rs] all-features = true [dependencies.crossterm] version = "0.27.0" [dependencies.futures-util] version = "0.3.29" [dependencies.ratatui] version = "0.25.0" [dependencies.tokio] version = "1.32.0" features = [ "time", "rt", ] [dependencies.tokio-stream] version = "0.1.14" features = ["time"] [dependencies.twox-hash] version = "1.6.3" [dev-dependencies.ratatui] version = "0.25.0" features = ["crossterm"] [dev-dependencies.tokio] version = "1.32.0" features = ["macros"] [features] event-stream = ["crossterm/event-stream"]