[build-dependencies.dsh_api_build_helpers]
version = "0.5.0"
[build-dependencies.openapiv3]
version = "2"
[build-dependencies.serde]
features = ["derive"]
version = "1"
[build-dependencies.serde_json]
version = "1"
[dependencies.bytes]
version = "1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dsh_sdk]
default-features = false
features = ["bootstrap", "management-api-token-fetcher"]
version = "0.6.1"
[dependencies.erased-serde]
optional = true
version = "0.4"
[dependencies.futures]
version = "0.3"
[dependencies.itertools]
version = "0.13"
[dependencies.lazy_static]
version = "1"
[dependencies.log]
version = "0.4"
[dependencies.progenitor-client]
version = "0.7"
[dependencies.regex]
version = "1"
[dependencies.regress]
version = "0.10"
[dependencies.reqwest]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dev-dependencies.env_logger]
version = "0.11"
[dev-dependencies.serde_yaml]
version = "0.9.33"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1"
[dev-dependencies.toml]
features = ["display"]
version = "0.8"
[[example]]
name = "app"
path = "examples/app.rs"
[[example]]
name = "app_configuration"
path = "examples/app_configuration.rs"
[[example]]
name = "app_manifest"
path = "examples/app_manifest.rs"
[[example]]
name = "application"
path = "examples/application.rs"
[[example]]
name = "bucket"
path = "examples/bucket.rs"
[[example]]
name = "certificate"
path = "examples/certificate.rs"
[[example]]
name = "client"
path = "examples/client.rs"
[[example]]
name = "common"
path = "examples/common.rs"
[[example]]
name = "generic"
path = "examples/generic.rs"
[[example]]
name = "platform"
path = "examples/platform.rs"
[[example]]
name = "secret"
path = "examples/secret.rs"
[[example]]
name = "tasks"
path = "examples/tasks.rs"
[[example]]
name = "vhost"
path = "examples/vhost.rs"
[features]
appcatalog = []
generic = ["dep:erased-serde"]
manage = []
robot = []
[lib]
name = "dsh_api"
path = "src/lib.rs"
[package]
authors = ["Wilbert Schelvis, <wilbert.schelvis@kpn.com>", "KPN DSH Team, <unibox@kpn.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "DSH resource management API client"
edition = "2021"
homepage = "https://www.kpn.com/dsh"
keywords = ["kpn", "dsh", "rest", "api", "client"]
license = "Apache-2.0"
name = "dsh_api"
readme = "README.md"
repository = "https://github.com/kpn-dsh/dsh-api"
rust-version = "1.77.2"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "certificate_test"
path = "tests/certificate_test.rs"
[[test]]
name = "common"
path = "tests/common.rs"