# 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 = "parse-sap-atom-feed" version = "1.2.2" authors = ["Chris Whealy "] build = 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.36" features = [ "overlapped-lists", "serialize", ] [dependencies.regex] version = "1.10" [dependencies.rust_decimal] version = "1.36" [dependencies.serde] version = "1.0" features = ["derive"]