rivulet-reader 1.3.0

A terminal RSS reader with 3-panel layout, categories, rich preview, and OPML support
# 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 = "2024"
rust-version = "1.85"
name = "rivulet-reader"
version = "1.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal RSS reader with 3-panel layout, categories, rich preview, and OPML support"
readme = "README.md"
keywords = [
    "rss",
    "tui",
    "terminal",
    "reader",
    "feed",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/elpeix/rivulet"

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

[dependencies.arboard]
version = "3"

[dependencies.bytes]
version = "1.6"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.html2text]
version = "0.16"

[dependencies.log]
version = "0.4"

[dependencies.ratatui]
version = "0.30"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "http2",
    "gzip",
]
default-features = false

[dependencies.roxmltree]
version = "0.21"

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

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

[dependencies.simplelog]
version = "0.12"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
]

[dependencies.tokio]
version = "1.39"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
]

[dependencies.toml]
version = "0.8"

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

[dependencies.url]
version = "2.5"