goiam 0.1.2

Rust SDK for Go IAM - A lightweight Identity and Access Management server
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dev-dependencies.mockito]
version = "1.4"

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
authors = ["melvinodsa <melvinodsa@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "authentication", "web-programming::http-client"]
description = "Rust SDK for Go IAM - A lightweight Identity and Access Management server"
edition = "2021"
homepage = "https://github.com/melvinodsa/go-iam-sdk"
keywords = ["iam", "authentication", "authorization", "security", "api"]
license = "MIT"
name = "goiam"
readme = "README.md"
repository = "https://github.com/melvinodsa/go-iam-sdk"
version = "0.1.2"