[package]
name = "decide-core"
version = "0.1.1"
edition = "2021"
authors = ["Amartya Chowdhury (aether-flux) <amartya96@proton.me>"]
description = "A fast, lightweight permission engine for Rust and TypeScript with condition support."
license = "MIT"
readme = "README.md"
repository = "https://github.com/aether-flux/decide"
keywords = ["permissions", "access-control", "authorization", "rust"]
categories = ["authentication", "config"]
homepage = "https://github.com/aether-flux/decide"
documentation = "https://github.com/aether-flux/decide#readme"
exclude = ["tests/*", "examples/*", "docs/*", "target/*", ".github", ".gitignore"]
[dependencies]
rhai = "1.22.2"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"