decide-core 0.1.0

A fast, lightweight permission engine for Rust and TypeScript with condition support.
Documentation
[dependencies.rhai]
version = "1.22.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

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

[package]
authors = ["Amartya Chowdhury (aether-flux) <amartya96@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "config"]
description = "A fast, lightweight permission engine for Rust and TypeScript with condition support."
documentation = "https://github.com/aether-flux/decide#readme"
edition = "2021"
exclude = ["tests/*", "examples/*", "docs/*", "target/*", ".github", ".gitignore"]
homepage = "https://github.com/aether-flux/decide"
keywords = ["permissions", "access-control", "authorization", "rust"]
license = "MIT"
name = "decide-core"
readme = "README.md"
repository = "https://github.com/aether-flux/decide"
resolver = "1"
version = "0.1.0"