This repository has been archived on 2024-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
pdns-oidc-tsigkey-manager/Cargo.toml

18 lines
509 B
TOML

[package]
name = "pdns-oidc-tsigkey-manager"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
config = "0.13.1"
axum = "0.6.18"
serde = { version = "1.0.164", features = ["derive"] }
serde_with = "3.0.0"
serde_json = "1.0.99"
reqwest = { version = "0.11.18", features = ["json"] }
url = { version = "2.4.0", features = ["serde"] }
tokio = { version = "1.28.2", features = ["full"] }
jwt-authorizer = "0.10.0"