user_trait 0.1.0

A library for user authentication abstraction in Rust.
Documentation
[dependencies.dyn-clone]
version = "1"

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

[dependencies.typetag]
version = "0.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "data-structures"]
description = "A library for user authentication abstraction in Rust."
edition = "2021"
homepage = "https://github.com/e1732a364fed/user_trait"
keywords = ["user", "authentication", "trait", "auth"]
license = "MIT OR Apache-2.0"
name = "user_trait"
readme = "README.md"
repository = "https://github.com/e1732a364fed/user_trait"
version = "0.1.0"