# 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 = "cliflux" version = "1.5.0" authors = ["Spencer Williams "] description = "A terminal-ui (TUI) client for the Miniflux RSS reader" readme = "README.md" keywords = [ "tui", "terminal_ui", "miniflux", "rss", "cli", ] license = "MIT" repository = "https://github.com/spencerwi/cliflux" [dependencies.directories] version = "4.0.1" [dependencies.futures] version = "0.3.26" [dependencies.html2text] version = "0.5.0" features = ["ansi_colours"] [dependencies.open] version = "3.2.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.152" features = [ "std", "derive", ] [dependencies.serde_json] version = "1.0.93" [dependencies.stringreader] version = "0.1.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.2" [dependencies.tui-realm-stdlib] version = "1.3.2" [dependencies.tuirealm] version = "1.9.2" [dependencies.unicode-segmentation] version = "1.10.1"