eversal-lib 0.1.1

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

[dependencies]
sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "chrono", "uuid"] }
chrono = "0.4.38"
jsonwebtoken = "9.3.0"
log = "0.4.21"
oauth2 = "4.4.2"
reqwest = { version = "0.12.4", features = ["json"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"

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