[package]
edition = "2021"
name = "v-authorization-impl"
version = "0.4.6"
authors = ["itiu <ValeriyBushenev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LMDB implementation for Veda authorization"
readme = "README.md"
license = "MIT"
[features]
az_lmdb = []
az_tt_2 = [
"rusty_tarantool_2",
"tokio_dep_0_2",
"rmp-serde",
"rmpv",
]
az_tt_3 = [
"rusty_tarantool_3",
"tokio_dep_1",
]
[lib]
name = "v_authorization_impl"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.41"
[dependencies.heed]
version = "0.22.0"
[dependencies.log]
version = "0.4"
[dependencies.nng]
version = "1.0.1"
[dependencies.rand]
version = "0.9.2"
[dependencies.rmp]
version = "=0.8.14"
[dependencies.rmp-serde]
version = "=0.14.4"
optional = true
[dependencies.rmpv]
version = "=0.4.7"
optional = true
[dependencies.rusty_tarantool_2]
version = "=0.2.11"
optional = true
package = "rusty_tarantool"
[dependencies.rusty_tarantool_3]
version = "=0.3.0"
optional = true
package = "rusty_tarantool"
[dependencies.tokio_dep_0_2]
version = "0.2"
features = ["full"]
optional = true
package = "tokio"
[dependencies.tokio_dep_1]
version = "1.45"
features = [
"rt",
"rt-multi-thread",
]
optional = true
package = "tokio"
[dependencies.v_authorization]
version = "=0.5.1"