# 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 = "odata-params" version = "0.4.0" authors = ["Jenifer Champagne "] exclude = [ ".github", "examples", ] description = """ OData v4 query parameters parsers for handling paginated requests. """ readme = "README.md" keywords = [ "odata", "params", "parse", "pagination", "filters", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JenChampagne/odata-params" [dependencies.bigdecimal] version = "0.4" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.9" [dependencies.peg] version = "0.8" [dependencies.thiserror] version = "1.0.63" [dependencies.uuid] version = "1.10"