portfu_admin 1.3.3

Library of Admin tools build on toip of Portfu
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[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"

[dependencies.dashmap]
version = "5.5.3"

[dependencies.http]
version = "1.1.0"

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

[dependencies.jsonwebtoken]
version = "9"

[dependencies.log]
version = "0.4.25"

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

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

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

[dependencies.regex]
version = "1.10.4"

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

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

[dependencies.serde_json]
version = "1.0.117"

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

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

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

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