hemingway 0.7.1

An economical RSS reader for your terminal.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "hemingway"
version = "0.7.1"
authors = ["Jahziel Villasana <jahzielv@gmail.com>"]
description = "An economical RSS reader for your terminal."
homepage = "https://github.com/jahzielv/hemingway#hemingway"
readme = "README.md"
keywords = ["cli", "RSS", "reader"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/jahzielv/hemingway"

[lib]
name = "hemlib"
path = "src/lib.rs"

[[bin]]
name = "hem"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.chrono]
version = "0.4.11"

[dependencies.dialoguer]
version = "0.6.2"

[dependencies.dirs]
version = "2.0.2"

[dependencies.feed-rs]
version = "0.3.0"

[dependencies.futures]
version = "0.3.5"

[dependencies.itertools]
version = "0.9.0"

[dependencies.reqwest]
version = "0.10.6"

[dependencies.serde]
version = "1.0.112"

[dependencies.serde_json]
version = "1.0.55"

[dependencies.structopt]
version = "0.3.15"

[dependencies.tokio]
version = "0.2.21"
features = ["full"]