auth0wrap 0.1.1

A wrapper for the Auth0 Authentication API
Documentation
[dependencies.figment]
default-features = false
features = ["toml", "json", "env"]
version = "0.10.12"

[dependencies.mockito]
version = "1.2.0"

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

[dependencies.rubedo]
version = "0.4.0"

[dependencies.rubedo-macros]
version = "0.4.0"

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

[dependencies.tokio]
version = "1.34.0"

[dependencies.url]
version = "2.5.0"

[package]
authors = ["James Binford <james@vozalta.io>"]
categories = ["authentication", "auth0", "OAuth2"]
description = "A wrapper for the Auth0 Authentication API"
edition = "2021"
license = "MIT"
name = "auth0wrap"
readme = "README.md"
repository = "https://github.com/jamesbinford/auth0wrap"
version = "0.1.1"

[profile.release]
lto = "thin"
opt-level = 3
strip = true