dsh_rest_api_client 0.6.0

REST API client for KPN Data Services Hub
Documentation
# 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.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[features]
client = [
    "types",
    "bytes",
    "futures-core",
    "percent-encoding",
    "regress",
    "reqwest",
]
default = ["client"]
types = [
    "serde",
    "serde_json",
    "serde_urlencoded",
    "chrono",
    "regress",
]

[lib]
name = "dsh_rest_api_client"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.9"
optional = true

[dependencies.chrono]
version = "^0.4.20"
features = ["serde"]
optional = true
default-features = false

[dependencies.futures-core]
version = "0.3"
optional = true

[dependencies.percent-encoding]
version = "2.3"
optional = true

[dependencies.regress]
version = "0.10"
optional = true

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "stream",
]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_urlencoded]
version = "0.7"
optional = true