openidauthzen 0.1.0-alpha.1

OpenID AuthZEN Authorization API 1.0 — Policy Decision and Enforcement Points for Rust
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"
rust-version = "1.85"
name = "openidauthzen"
version = "0.1.0-alpha.1"
authors = ["Marcus Cvjeticanin <mjovanc@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenID AuthZEN Authorization API 1.0 — Policy Decision and Enforcement Points for Rust"
homepage = "https://github.com/mjovanc/openidauthzen"
readme = "README.md"
keywords = [
    "authzen",
    "authorization",
    "openid",
    "pdp",
    "pep",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mjovanc/openidauthzen"

[badges.maintenance]
status = "actively-developed"

[features]
default = ["reqwest"]

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

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

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

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

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

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

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

[dependencies.reqwest]
version = "0.13"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

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