paas-client 0.14.0

PEP Authorization API Service client
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 = "2024"
name = "paas-client"
version = "0.14.0"
authors = [
    "Job Doesburg <job@jobdoesburg.nl>",
    "Julian van der Horst <julian.vanderhorst@ru.nl",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PEP Authorization API Service client"
homepage = "https://github.com/NOLAI/paas-client-rs"
documentation = "https://docs.rs/paas-client"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/NOLAI/paas-client-rs"

[features]
build-binary = ["clap"]
default = ["build-binary"]

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

[[bin]]
name = "paascli"
path = "src/bin/paascli.rs"
required-features = ["build-binary"]

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.5.54"
optional = true

[dependencies.futures]
version = "0.3.31"

[dependencies.libpep]
version = "^0.11"

[dependencies.paas-api]
version = "^0.11"

[dependencies.rand]
version = "0.10.0-rc.7"

[dependencies.rand_core]
version = "0.10.0-rc-5"

[dependencies.reqwest]
version = "0.13.1"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.chrono]
version = "0.4.40"

[dev-dependencies.mockito]
version = "1.7.0"

[dev-dependencies.tokio]
version = "1"
features = ["full"]