# 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 = "pilfer" version = "0.3.3" description = "A simple TUI frontend for Eludris" homepage = "https://github.com/eludris/pilfer" readme = "README.md" keywords = ["eludris"] categories = [ "command-line-interface", "web-programming::http-client", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/eludris/pilfer" [dependencies.anyhow] version = "1.0.67" [dependencies.crossterm] version = "0.25.0" [dependencies.discord-rich-presence] version = "0.2.3" [dependencies.futures] version = "0.3.23" [dependencies.notify-rust] version = "4.5.10" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.todel] version = "0.3.3" [dependencies.tokio] version = "1.20.1" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.tokio-tungstenite] version = "0.17.2" features = ["native-tls"] [dependencies.tui] version = "0.19.0" [dependencies.unicode-width] version = "0.1.9"