# 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-odata" version = "1.4.9" authors = ["Chris Whealy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate a pair of Rust modules from SAP V2 OData metadata" readme = "README.md" keywords = [ "odata", "sap", "parser", "opendata", ] categories = [ "development-tools::build-utils", "parser-implementations", ] license = "MIT" repository = "https://github.com/ChrisWhealy/parse-sap-odata" [lib] name = "parse_sap_odata" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.check_keyword] version = "0.3" [dependencies.convert_case] version = "0.6" [dependencies.parse-sap-atom-feed] version = "1.2" [dependencies.quick-xml] version = "0.36" features = ["serialize"] [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.which] version = "6.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.parse-sap-atom-feed] version = "1.2" [dev-dependencies.rust_decimal] version = "1" features = ["serde-with-str"] [features] parser = []