eversal-lib 0.1.1

Library for the Eversal project
Documentation
[dependencies.chrono]
version = "0.4.38"

[dependencies.jsonwebtoken]
version = "9.3.0"

[dependencies.log]
version = "0.4.21"

[dependencies.oauth2]
version = "4.4.2"

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

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

[dependencies.serde_json]
version = "1.0.116"

[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "chrono", "uuid"]
version = "0.7.4"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.37.0"

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

[package]
authors = ["Eversal App <info@eversal.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Library for the Eversal project"
edition = "2021"
include = ["/src", "LICENSE", "README.md"]
license = "MIT"
name = "eversal-lib"
readme = "README.md"
repository = "https://github.com/Eversal-App/eversal-lib"
version = "0.1.1"