e9571_lib1 0.1.2

A Rust crate providing utilities for time formatting, HTTP requests, string parsing, and more
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 = "e9571_lib1"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate providing utilities for time formatting, HTTP requests, string parsing, and more"
homepage = "https://github.com/e9571"
documentation = "https://docs.rs/e9571_lib1"
readme = false
keywords = [
    "http",
    "random",
    "parsing",
    "md5",
    "utility",
]
categories = [
    "network-programming",
    "text-processing",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/e9571/e9571_lib1"

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

[dependencies.chrono]
version = "0.4.41"

[dependencies.local-ip-address]
version = "0.6.5"

[dependencies.md5]
version = "0.8.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.22"
features = ["blocking"]