umt_rust 0.3.0

UMT is a collection of useful functions that I personally created.
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 = "2024"
name = "umt_rust"
version = "0.3.0"
authors = ["riya-amemiya"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UMT is a collection of useful functions that I personally created."
readme = false
license = "MIT"
repository = "https://github.com/riya-amemiya/UMT"

[lib]
name = "umt_rust"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.43"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.unicode-normalization]
version = "0.1.25"

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.rand]
version = "0.9.2"