# 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 = "intuitils" version = "0.0.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "utilities for intuis projects" readme = "README.md" license = "GPL-3.0-or-later" [lib] name = "intuitils" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.crossterm] version = "0.28" features = [ "serde", "event-stream", ] [dependencies.futures] version = "0.3" [dependencies.ratatui] version = "0.29" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dependencies.tokio-util] version = "0.7" [dependencies.toml] version = "0.8" [dependencies.xdg] version = "2.5"