[dependencies.chrono]
default-features = false
features = ["alloc"]
version = "0.4"
[dependencies.derive_builder]
optional = true
version = "0.20"
[dependencies.diligent-date-parser]
version = "0.1.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"
[features]
builders = ["derive_builder", "never"]
default = ["builders"]
with-serde = ["serde", "chrono/serde"]
[lib]
name = "atom_syndication"
path = "src/lib.rs"
[package]
authors = ["James Hurst <jh.jameshurst@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "Library for serializing the Atom web content syndication format"
documentation = "https://docs.rs/atom_syndication/"
edition = "2021"
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
keywords = ["atom", "feed", "parser", "parsing"]
license = "MIT/Apache-2.0"
name = "atom_syndication"
readme = "README.md"
repository = "https://github.com/rust-syndication/atom"
version = "0.12.5"