gatekeep-keepsake 1.0.1

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 = "1.0.1"
authors = ["Mari"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keepsake relation fact resolver for gatekeep"
homepage = "https://codeberg.org/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://codeberg.org/plethu/gatekeep"

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

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

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

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

[dependencies.chrono]
version = "0.4.42"
features = ["std"]
default-features = false

[dependencies.gatekeep]
version = "1.0.0"

[dependencies.keepsake]
version = "1.0.0"

[dependencies.thiserror]
version = "2.0.17"

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

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

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
missing_errors_doc = "deny"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

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

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

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

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

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