parse-sap-atom-feed 1.2.4

Parse an XML atom:Feed received from an SAP V2 OData service using code generated by crate parse-sap-odata
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 = "2024"
name = "parse-sap-atom-feed"
version = "1.2.4"
authors = ["Chris Whealy <chris@whealy.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse an XML atom:Feed received from an SAP V2 OData service using code generated by crate parse-sap-odata"
readme = "README.md"
keywords = [
    "odata",
    "sap",
    "atom",
    "parser",
    "opendata",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/ChrisWhealy/parse-sap-atom-feed"

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

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

[dependencies.quick-xml]
version = "0.39"
features = [
    "overlapped-lists",
    "serialize",
]

[dependencies.regex]
version = "1.12"

[dependencies.rust_decimal]
version = "1.41.0"

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