fark 0.0.1

Framework-agnostic Authentication Kernel for Rust
Documentation
[dependencies.actix-web]
optional = true
version = "4.12.1"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.hmac]
version = "0.12.1"

[dependencies.jsonwebtoken]
features = ["rust_crypto"]
version = "10.2.0"

[dependencies.jwt]
version = "0.16.0"

[dependencies.reqwest]
version = "0.12.26"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["full", "rt-multi-thread", "test-util"]
version = "1.48.0"

[features]
actix = ["dep:actix-web"]

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

[package]
authors = ["John Amos Idoroyen idoroyen33@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "network-programming"]
description = "Framework-agnostic Authentication Kernel for Rust"
documentation = "https://docs.rs/fark"
edition = "2021"
homepage = "https://github.com/idorocodes/Fark"
keywords = ["rust", "Authentication", "api", "async", "jsonwebtoken"]
license = "MIT"
name = "fark"
readme = "README.md"
repository = "https://github.com/idorocodes/Fark"
version = "0.0.1"

[[test]]
name = "test"
path = "tests/test.rs"