gatekeep-keepsake 6.0.0

Keepsake relation fact resolver for gatekeep
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.96"
name = "gatekeep-keepsake"
version = "6.0.0"
authors = ["Mari"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keepsake relation fact resolver for gatekeep"
homepage = "https://github.com/plethu/gatekeep"
documentation = "https://docs.rs/gatekeep-keepsake"
readme = "README.md"
keywords = [
    "authorization",
    "policy",
    "authz",
    "relations",
]
categories = [
    "authentication",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/plethu/gatekeep"

[features]
default = []
in-memory = ["keepsake/test"]

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

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

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

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

[dependencies.gatekeep]
version = "5.0.0"

[dependencies.keepsake]
version = "6.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.41"
features = [
    "formatting",
    "macros",
    "parsing",
    "serde",
]

[dev-dependencies.gatekeep-axum]
version = "5.0.0"

[dev-dependencies.keepsake]
version = "6.0"
features = ["test"]

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

[lints.clippy]
absolute_paths = "deny"
allow_attributes_without_reason = "deny"
as_conversions = "deny"
dbg_macro = "deny"
excessive_nesting = "deny"
exit = "deny"
expect_used = "deny"
indexing_slicing = "deny"
missing_errors_doc = "deny"
multiple_crate_versions = "allow"
panic = "deny"
string_slice = "deny"
todo = "deny"
unchecked_time_subtraction = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "warn"
unfulfilled_lint_expectations = "deny"
unsafe_code = "forbid"