[package]
edition = "2021"
name = "actra"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Actra – deterministic control for automated system actions."
homepage = "https://github.com/getactra/actra"
documentation = "https://docs.rs/actra"
readme = "README.md"
keywords = [
"policy",
"authorization",
"control",
"automation",
]
categories = ["authentication"]
license = "Apache-2.0"
repository = "https://github.com/getactra/actra"
[lib]
name = "actra"
path = "src/lib.rs"
[dependencies]