# 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 = "opendatasoft-explore-api" version = "0.1.0" authors = ["Sébastien Santoro "] description = "HTTP client for Opendatasoft Explore API v2" homepage = "https://agora.nasqueron.org/Nasqueron_Datasources" readme = "README.md" keywords = ["Opendatasoft"] categories = ["api-bindings"] license = "BSD-2-Clause" repository = "https://devcentral.nasqueron.org/source/datasources/browse/main/opendatasoft-explore-api/" resolver = "1" [dependencies.bytes] version = "~1.3.0" [dependencies.chrono] version = "~0.4" features = ["serde"] [dependencies.reqwest] version = "~0.11.13" [dependencies.serde] version = "~1.0.152" [dependencies.serde_derive] version = "~1.0.152" [dependencies.serde_json] version = "~1.0.91" [dev-dependencies.lazy_static] version = "~1.4.0" [dev-dependencies.mockito] version = "~0.31.1" [dev-dependencies.tokio] version = "~1.23.0" features = [ "macros", "rt", ]