rss 2.0.10

Library for serializing the RSS web content syndication format
Documentation
[dependencies.atom_syndication]
optional = true
version = "0.12"

[dependencies.chrono]
default-features = false
features = ["alloc"]
optional = true
version = "0.4.31"

[dependencies.derive_builder]
optional = true
version = "0.20"

[dependencies.mime]
optional = true
version = "0.3"

[dependencies.never]
optional = true
version = "0.1"

[dependencies.quick-xml]
features = ["encoding"]
version = "0.37"

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

[dependencies.url]
optional = true
version = "2.1"

[dev-dependencies.bencher]
version = "0.1"

[features]
atom = ["atom_syndication"]
builders = ["derive_builder", "never", "atom_syndication/builders"]
default = ["builders"]
validation = ["chrono", "chrono/std", "url", "mime"]
with-serde = ["serde", "atom_syndication/with-serde"]

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

[package]
authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Library for serializing the RSS web content syndication format"
documentation = "https://docs.rs/rss/"
edition = "2021"
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
keywords = ["rss", "feed", "parser", "parsing"]
license = "MIT/Apache-2.0"
name = "rss"
readme = "README.md"
repository = "https://github.com/rust-syndication/rss"
version = "2.0.10"

[package.metadata.docs.rs]
all-features = false