feed-rs 2.4.0

A feed parser that handles Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "feed-rs"
version = "2.4.0"
authors = ["Mark Pritchard <mpritcha@gmail.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE-MIT",
    "README.md",
    "fixture/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A feed parser that handles Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed"
homepage = "https://github.com/feed-rs/feed-rs"
readme = "README.md"
keywords = [
    "rss",
    "atom",
    "json",
    "jsonfeed",
    "parser",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/feed-rs/feed-rs.git"

[badges.travis-ci]
branch = "master"
repository = "feed-rs/feed-rs"

[features]
sanitize = ["dep:ammonia"]

[lib]
name = "feed_rs"
path = "src/lib.rs"

[[test]]
name = "id_generator"
path = "tests/id_generator.rs"

[[test]]
name = "sanitize"
path = "tests/sanitize.rs"

[dependencies.ammonia]
version = "4.1.3"
optional = true

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.mediatype]
version = "0.21.0"
features = ["serde"]

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

[dependencies.regex]
version = "1.12.4"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.siphasher]
version = "1.0.3"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dependencies.uuid]
version = "1.23.4"
features = ["v4"]