# 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-simple-client" version = "0.2.6" authors = ["Mathias Pius "] description = "Simplified OpenData API Client" readme = "README.md" keywords = [ "odata", "client", "opendata", ] license = "MIT" repository = "https://github.com/Datavirke/odata-simple-client" [dependencies.governor] version = "0.4" optional = true [dependencies.hyper] version = "0.14" features = [ "client", "http1", ] [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.urlencoding] version = "2" [dev-dependencies.hyper-openssl] version = "0.9" [dev-dependencies.tokio] version = "1.19" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4" [features] rate-limiting = ["governor"]