# 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 = "ilo-toki" version = "0.3.0" description = "A terminal chat client for the Harmony protocol!" homepage = "https://github.com/jenra-uwu/ilo-toki" documentation = "https://docs.rs/crate/ilo-toki" license = "MIT" repository = "https://github.com/jenra-uwu/ilo-toki" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.crossterm] version = "0.20" [dependencies.dirs] version = "4.0.0" [dependencies.harmony_rust_sdk] version = "0.7.0" features = ["client_native"] [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.tui] version = "0.16" features = ["crossterm"] default-features = false [dependencies.ueberzug] version = "0.1.0"