# 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 = "temi" version = "0.1.3" authors = ["Threadiverse developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line, lightweight TUI client for Lemmy" readme = "README.md" keywords = [ "lemmy", "threadiverse", "cli", "tui", ] categories = [ "command-line-interface", "command-line-utilities", "web-programming", ] license = "GPL-3.0-or-later" repository = "https://github.com/threadiverse/temi" [lib] name = "temi" path = "src/lib.rs" [[bin]] name = "temi" path = "src/main.rs" [dependencies.crossterm] version = "0.26" [dependencies.hashbrown] version = "0.14" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.hyper-tls] version = "0.5" [dependencies.image] version = "0.24" [dependencies.lemmy_api_common] version = "0.18" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.signal-hook] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui] version = "0.28" package = "ratatui" [features] debug_endpoints = []