rss-fetch 0.1.0

MCP server for fetching and reading RSS/Atom feeds
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"
rust-version = "1.70"
name = "rss-fetch"
version = "0.1.0"
authors = ["Yutaka Nishimura"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server for fetching and reading RSS/Atom feeds"
homepage = "https://github.com/ynishi/rss-fetch"
documentation = "https://docs.rs/rss-fetch"
readme = "README.md"
keywords = [
    "rss",
    "atom",
    "feed",
    "mcp",
    "reader",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ynishi/rss-fetch"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.html2text]
version = "0.14"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

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

[dependencies.schemars]
version = "1.0"

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[profile.dist]
lto = "thin"
inherits = "release"