rss-cli 0.1.0

An AI-friendly, cache-backed RSS / Atom / JSON Feed CLI that also runs as an MCP server
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 = "2024"
name = "rss-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An AI-friendly, cache-backed RSS / Atom / JSON Feed CLI that also runs as an MCP server"
homepage = "https://github.com/AnderEnder/rss-cli"
documentation = "https://docs.rs/rss-cli"
readme = "README.md"
keywords = [
    "rss",
    "atom",
    "feed",
    "cli",
    "mcp",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AnderEnder/rss-cli"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.clap_mangen]
version = "0.3.0"

[dependencies.directories]
version = "6.0.0"

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

[dependencies.futures]
version = "0.3.32"

[dependencies.htmd]
version = "0.5.4"

[dependencies.html2text]
version = "0.17.1"

[dependencies.opml]
version = "1.1.6"

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

[dependencies.rmcp]
version = "1.7.0"
features = [
    "server",
    "macros",
    "transport-io",
]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tl]
version = "0.7.8"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "io-std",
    "io-util",
    "signal",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.insta]
version = "1.47.2"

[dev-dependencies.mockito]
version = "1.7.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
debug = 2
split-debuginfo = "packed"
panic = "abort"
strip = "symbols"

[profile.release-fast]
lto = false
codegen-units = 256
incremental = true
inherits = "release"