nest-data-source-api 0.7.1

NEST Data Source API Service
Documentation
[package]
name = "nest-data-source-api"
version = "0.7.1"
edition = "2021"
license = "Apache-2.0"
authors = [
    "Job Doesburg <job@jobdoesburg.nl>",
    "Julian van der Horst <julian.vanderhorst@ru.nl"
]
homepage = "https://gitlab.science.ru.nl/nolai/nest/nest-data-source-api"
repository = "https://gitlab.science.ru.nl/nolai/nest/nest-data-source-api"
description = "NEST Data Source API Service"
readme = "README.md"

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

[dependencies]
actix-web = "4.13.0"
actix-web-httpauth = "0.8"
async-trait = "0.1.89"
serde = { version = "1.0.228", features = ["derive"] }
libpep = "^0.12"
oauth-token-service = "0.1.2"
paas-client = "^0.15"
rand = "0.10.1"
tokio = "1.52.3"
serde_json = "1"
log = "0.4.29"
serde_repr = "0.1.20"