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