portfu_admin 1.3.2

Library of Admin tools build on toip of Portfu
Documentation
[dependencies.dashmap]
version = "5.5.3"

[dependencies.http]
version = "1.1.0"

[dependencies.hyper]
features = ["full"]
version = "1.3.1"

[dependencies.jsonwebtoken]
version = "9"

[dependencies.log]
version = "0.4.25"

[dependencies.oauth2]
features = ["rustls-tls"]
optional = true
version = "4.4.2"

[dependencies.octocrab]
features = ["rustls"]
optional = true
version = "0.38.0"

[dependencies.portfu]
default-features = false
version = "1.3.1"

[dependencies.regex]
version = "1.10.4"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json", "stream"]
version = "0.12.4"

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.sqlx]
default-features = false
features = ["any", "derive", "time"]
optional = true
version = "0.8.3"

[dependencies.struct-field-names-as-array]
version = "0.3.0"

[dependencies.time]
features = ["serde-well-known"]
version = "0.3.36"

[dependencies.tokio]
features = ["rt-multi-thread", "sync", "signal", "macros", "process", "time", "fs", "net"]
version = "1.38.0"

[features]
auth = ["oauth2"]
default = []
github_auth = ["auth", "octocrab"]
mysql = ["sqlx", "sqlx/mysql"]
postgres = ["sqlx", "sqlx/postgres"]
sqlite = ["sqlx", "sqlx/sqlite"]

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

[package]
authors = ["James Hoerr"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library of Admin tools build on toip of Portfu"
edition = "2021"
homepage = "https://github.com/GalactechsLLC/portfu"
license = "Apache-2.0"
name = "portfu_admin"
readme = false
repository = "https://github.com/GalactechsLLC/portfu/portfu_admin"
version = "1.3.2"