# 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 = "tooters" version = "0.1.0" description = "A Rust TUI Mastodon App" homepage = "https://toot.rs" readme = "README.md" keywords = [ "mastodon", "tui", "cli", ] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/joshka/tooters" [profile.dist] lto = "thin" inherits = "release" [dependencies.axum] version = "0.7.4" features = ["tokio"] [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.html2text] version = "0.12.4" [dependencies.mastodon-async] version = "1.3.2" features = ["toml"] [dependencies.parking_lot] version = "0.12.1" [dependencies.ratatui] version = "0.26.1" [dependencies.signal-hook] version = "0.3.17" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.time] version = "0.3.34" [dependencies.tokio] version = "1.36.0" features = [ "macros", "rt-multi-thread", "signal", "sync", "time", "tracing", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.tui-input] version = "0.8.0" [dependencies.webbrowser] version = "0.8.13" [dependencies.xdg] version = "2.5.2" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.tempfile] version = "3.10.1"