feedr 0.5.0

Feedr is a feature-rich terminal-based RSS/Atom feed reader written in Rust.
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 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 = "feedr"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Feedr is a feature-rich terminal-based RSS/Atom feed reader written in Rust."
homepage = "https://github.com/bahdotsh/feedr"
documentation = "https://github.com/bahdotsh/feedr"
readme = "README.md"
keywords = [
    "rss",
    "atom",
    "feed-reader",
    "terminal",
    "tui",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/bahdotsh/feedr"

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

[[bin]]
name = "feedr"
path = "src/main.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5.0"

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

[dependencies.html2text]
version = "0.6"

[dependencies.open]
version = "3.2"

[dependencies.opml]
version = "1.1.6"

[dependencies.ratatui]
version = "0.23"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "gzip",
    "deflate",
    "brotli",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-width]
version = "0.1.11"

[dependencies.uuid]
version = "1.4"
features = [
    "v4",
    "serde",
]

[profile.release]
lto = true
codegen-units = 1