atom_syndication 0.6.0

Library for serializing the Atom 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 = "atom_syndication"
version = "0.6.0"
authors = ["James Hurst <jh.jameshurst@gmail.com>"]
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
description = "Library for serializing the Atom web content syndication format"
documentation = "https://docs.rs/atom_syndication/"
readme = "README.md"
keywords = ["atom", "feed", "parser", "parsing"]
categories = ["parser-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-syndication/atom"
[dependencies.derive_builder]
version = "0.5"

[dependencies.failure]
version = "0.1.1"

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

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