[dependencies.base64]
version = "0.22"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.rand]
version = "0.9"
[dependencies.regex]
version = "1.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.11"
[lib]
name = "oxidite_utils"
path = "src/lib.rs"
[package]
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "Utility functions and helpers for the Oxidite v2 web framework"
edition = "2021"
keywords = ["utilities", "helpers", "web", "framework", "rust"]
license = "MIT"
name = "oxidite-utils"
readme = "README.md"
repository = "https://github.com/meshackbahati/rust-oxidite"
version = "2.0.0"