[dependencies.chrono]
version = "0.4.19"
[dependencies.chrono-tz]
version = "0.5.3"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "v_authorization"
path = "src/authorization.rs"
[package]
authors = ["itiu <ValeriyBushenev@gmail.com>", "muller95 <muller95@yandex.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "authorization lib"
edition = "2021"
license = "MIT"
name = "v_authorization"
readme = "README.md"
repository = "https://github.com/semantic-machines/v_authorization"
version = "0.5.0"
[[test]]
name = "advanced_patterns"
path = "tests/advanced_patterns.rs"
[[test]]
name = "authorization_patterns"
path = "tests/authorization_patterns.rs"
[[test]]
name = "authorize_obj_group_tests"
path = "tests/authorize_obj_group_tests.rs"
[[test]]
name = "core_authorization"
path = "tests/core_authorization.rs"
[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"
[[test]]
name = "group_management"
path = "tests/group_management.rs"
[[test]]
name = "integration_scenarios"
path = "tests/integration_scenarios.rs"
[[test]]
name = "permission_filters"
path = "tests/permission_filters.rs"
[[test]]
name = "prepare_obj_group_tests"
path = "tests/prepare_obj_group_tests.rs"
[[test]]
name = "specialized_authorization"
path = "tests/specialized_authorization.rs"