rss 1.8.0

Library for serializing the RSS web content syndication format
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rss"
version = "1.8.0"
authors = ["James Hurst <jh.jameshurst@gmail.com>", "Corey Farwell <coreyf@rwell.org>", "Chris Palmer <pennstate5013@gmail.com>"]
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
description = "Library for serializing the RSS web content syndication format"
documentation = "https://docs.rs/rss/"
readme = "README.md"
keywords = ["rss", "feed", "parser", "parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-syndication/rss"
[package.metadata.docs.rs]
all-features = false
[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.derive_builder]
version = "0.7"

[dependencies.failure]
version = "0.1"

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

[dependencies.quick-xml]
version = "0.14"

[dependencies.reqwest]
version = "0.9"
optional = true

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

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

[features]
from_url = ["reqwest"]
validation = ["chrono", "url", "mime"]