[dependencies.quick-xml]
features = ["async-tokio"]
version = "0.38.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.46.1"
[dependencies.tokio-stream]
version = "0.1.17"
[dev-dependencies.tempfile]
version = "3.0"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "rss_parser"
path = "src/lib.rs"
[package]
authors = ["Hamid <hrdavodi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "web-programming", "asynchronous"]
description = "A high-performance, streaming RSS parser for Rust with generic AsyncRead support"
documentation = "https://docs.rs/rss_parser"
edition = "2024"
homepage = "https://github.com/hamidr/rss_parser"
keywords = ["rss", "xml", "parser", "async", "streaming"]
license = "MIT"
name = "rss_parser"
readme = "README.md"
repository = "https://github.com/hamidr/rss_parser"
rust-version = "1.88"
version = "0.1.0"