# 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 = "dsh_rest_api_client" version = "0.3.0-rc.1" description = "REST API client for KPN Data Services Hub" homepage = "https://www.kpn.com/dsh" readme = "README.md" keywords = [ "kpn", "dsh", "rest", "api", "client", ] license = "Apache-2.0" repository = "https://github.com/kpn-dsh/dsh-sdk-platform-rs" [dependencies.bytes] version = "1.6" [dependencies.chrono] version = "0.4.38" features = ["serde"] default-features = false [dependencies.futures-core] version = "0.3" [dependencies.percent-encoding] version = "2.3" [dependencies.regress] version = "0.10.1" [dependencies.reqwest] version = "0.12" features = [ "json", "stream", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7"