[package]
edition = "2021"
name = "arc-auth-core"
version = "0.8.2"
authors = ["Savio Resende <savio@savioresende.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable identity and authorization contracts for Arc"
readme = false
license = "MIT"
repository = "https://github.com/lotharthesavior/arc"
[lib]
name = "arc_auth_core"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.thiserror]
version = "1.0"