rss 2.0.1

Library for serializing the RSS web content syndication format
Documentation
[[bench]]
harness = false
name = "read"
path = "benches/read.rs"

[[bench]]
harness = false
name = "write"
path = "benches/write.rs"
[dependencies.atom_syndication]
optional = true
version = "0.11"

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

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

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

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

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

[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"]

[package]
authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
description = "Library for serializing the RSS web content syndication format"
documentation = "https://docs.rs/rss/"
edition = "2018"
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.1"
[package.metadata.docs.rs]
all-features = false