[package]
edition = "2021"
name = "authvader"
version = "0.0.1"
authors = ["AuthVader Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for AuthVader Identity Platform - Coming Soon"
homepage = "https://github.com/authvader/authvader"
documentation = "https://docs.rs/authvader"
readme = "README.md"
keywords = [
"authvader",
"authentication",
"identity",
"oauth",
"sdk",
]
categories = [
"authentication",
"web-programming",
]
license-file = "LICENSE"
repository = "https://github.com/authvader/authvader"
[lib]
name = "authvader"
path = "src/lib.rs"
[dependencies]
[dev-dependencies]