22 lines
526 B
TOML
22 lines
526 B
TOML
[package]
|
|
name = "dotperms"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = """
|
|
A simple library for LuckPerms-like authorization using permission nodes.
|
|
"""
|
|
authors = ["nm17"]
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://git.dc09.ru/nm17/dotperms"
|
|
homepage = "https://git.dc09.ru/nm17/dotperms"
|
|
keywords = ["permissions", "authorization", "acl", "auth"]
|
|
categories = ["security", "web-programming"]
|
|
|
|
[features]
|
|
default = ["dot-separator"]
|
|
dot-separator = []
|
|
colon-separator = []
|
|
|
|
[dependencies]
|
|
|