[package]
edition = "2024"
rust-version = "1.90"
name = "facet-atom"
version = "0.43.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atom Syndication Format (RFC 4287) types for facet-xml"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
"atom",
"feed",
"syndication",
"rss",
"facet",
]
categories = [
"encoding",
"parsing",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"
[package.metadata."docs.rs"]
rustdoc-args = [
"--html-in-header",
"arborium-header.html",
]
[features]
tracing = ["facet-xml/tracing"]
[lib]
name = "facet_atom"
path = "src/lib.rs"
[[test]]
name = "all"
path = "tests/all.rs"
[dependencies.facet]
version = "0.43.1"
[dependencies.facet-xml]
version = "0.43.1"
[dev-dependencies.indoc]
version = "^2.0.7"
[dev-dependencies.tracing]
version = "^0.1.43"
features = ["std"]
default-features = false
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(facet_no_doc)"]