libomni 0.3.0

A utility library for Omni-forge and related programs
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 = "libomni"
version = "0.3.0"
authors = [
    "OmniCloud <https://github.com/OmniCloudOrg>",
    "Caznix <https://github.com/Caznix>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility library for Omni-forge and related programs"
readme = false
license = "GPL-3.0"
resolver = "1"

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

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

[dependencies.chrysalis_rs]
version = "0.1.0"

[dependencies.jsonwebtoken]
version = "9.3.1"

[dependencies.log]
version = "0.4.27"

[dependencies.rocket]
version = "0.5.1"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.140"
features = ["preserve_order"]

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-rustls",
    "mysql",
    "chrono",
    "uuid",
]

[dependencies.uuid]
version = "1.17.0"
features = ["v4"]