cc-auth 0.2.2

Simple backend authorization system
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha3]
version = "0.10"

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

[package]
authors = ["Klimenty Titov <aclo.create@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Simple backend authorization system"
edition = "2021"
license = "MIT"
name = "cc-auth"
readme = "README.md"
repository = "https://github.com/markcda/cc-auth"
version = "0.2.2"

[target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies.cc-utils]
default-features = false
version = "0.2.10"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.bb8-redis]
version = "0.15"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.cc-utils]
default-features = false
features = ["salvo", "bb8-redis"]
version = "0.2.10"

[target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.passwords]
version = "3.1"