gvm-auth 0.2.1

Authentication library for Greenbone Vulnerability Manager
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 = "gvm-auth"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication library for Greenbone Vulnerability Manager"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/greenbone/gvm-auth-lib"

[lib]
name = "gvm_auth"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.44"

[dependencies.jsonwebtoken]
version = "10.3.0"
features = ["aws_lc_rs"]

[dependencies.oauth2]
version = "5.0.0"
features = [
    "reqwest",
    "reqwest-blocking",
]

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

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.url]
version = "2.5.8"

[dev-dependencies.httpmock]
version = "0.8.3"