[dependencies.guts-types]
version = "0.1.0"
[dependencies.parking_lot]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.proptest]
version = "1.5"
[lib]
name = "guts_auth"
path = "src/lib.rs"
[package]
authors = ["Guts Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Authorization and governance for Guts: Permissions, Organizations, Teams, Webhooks"
edition = "2021"
homepage = "https://github.com/AbdelStark/guts"
license = "MIT OR Apache-2.0"
name = "guts-auth"
readme = "README.md"
repository = "https://github.com/AbdelStark/guts"
version = "0.1.0"