# 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 = "byte_bite" version = "0.1.6" authors = ["Tapas Das "] description = "Take a bite out of the news and updates with ByteBite, the bite-sized RSS feed reader that delivers all the essential news in a pocket-size format." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/oss-rust-github-io/byte_bite" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossterm] version = "0.19" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.rss] version = "2.0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.tui] version = "0.14" features = [ "crossterm", "serde", ] default-features = false [dependencies.unicode-width] version = "0.1.10"