[build-dependencies.dsh_api_build_helpers]
version = "0.6.2"
[build-dependencies.openapiv3]
version = "2"
[build-dependencies.serde]
features = ["derive"]
version = "1"
[build-dependencies.serde_json]
version = "1"
[dependencies.base64]
version = "0.21"
[dependencies.bytes]
default-features = false
version = "1"
[dependencies.chrono]
default-features = false
features = ["serde"]
version = "0.4"
[dependencies.erased-serde]
default-features = false
features = ["std"]
optional = true
version = "0.4"
[dependencies.futures]
default-features = false
features = ["alloc", "async-await"]
version = "0.3"
[dependencies.itertools]
default-features = false
features = ["default"]
version = "0.13"
[dependencies.lazy_static]
default-features = false
version = "1"
[dependencies.log]
default-features = false
version = "0.4"
[dependencies.progenitor-client]
default-features = false
version = "0.7"
[dependencies.regex]
default-features = false
version = "1"
[dependencies.regress]
default-features = false
features = ["std"]
version = "0.10"
[dependencies.reqwest]
version = "0.11"
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1"
[dependencies.serde_json]
default-features = false
version = "1"
[dev-dependencies.env_logger]
version = "0.11"
[dev-dependencies.mockito]
version = "1.7.0"
[dev-dependencies.reqwest]
features = ["__rustls"]
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 = "application_derived"
path = "examples/application_derived.rs"
[[example]]
name = "application_functions"
path = "examples/application_functions.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 = "limits"
path = "examples/limits.rs"
[[example]]
name = "platform"
path = "examples/platform.rs"
[[example]]
name = "secret"
path = "examples/secret.rs"
[[example]]
name = "stream"
path = "examples/stream.rs"
[[example]]
name = "tasks"
path = "examples/tasks.rs"
[[example]]
name = "tenant"
path = "examples/tenant.rs"
[[example]]
name = "vhost"
path = "examples/vhost.rs"
[[example]]
name = "volume"
path = "examples/volume.rs"
[features]
generic = ["dep:erased-serde"]
manage = []
robot = []
[lib]
name = "dsh_api"
path = "src/lib.rs"
[lints.clippy]
uninlined_format_args = "allow"
[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.8.0"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "application_tests"
path = "tests/application_tests.rs"
[[test]]
name = "certificate_tests"
path = "tests/certificate_tests.rs"
[[test]]
name = "new_tests"
path = "tests/new_tests.rs"
[[test]]
name = "parse_tests"
path = "tests/parse_tests.rs"
[[test]]
name = "query_processor_tests"
path = "tests/query_processor_tests.rs"
[[test]]
name = "tenant_tests"
path = "tests/tenant_tests.rs"
[[test]]
name = "version_tests"
path = "tests/version_tests.rs"
[[test]]
name = "vhost_tests"
path = "tests/vhost_tests.rs"