dechdev_rs 0.1.21

A Rust library by DECHDEV.
Documentation
[[bin]]
name = "dechdev_rs"
path = "src/main.rs"

[dependencies.aes]
version = "0.8"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.argon2]
version = "0.5.3"

[dependencies.base64]
version = "0.22"

[dependencies.bcrypt]
version = "0.17.1"

[dependencies.hex]
version = "0.4"

[dependencies.password-hash]
version = "0.5.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_core]
features = ["std"]
version = "0.9.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12.24"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

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

[package]
authors = ["Ruangdech  Kurunat"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library by DECHDEV."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "dechdev_rs"
readme = "README.md"
repository = "https://github.com/THAI-DEV/dechdev_rs"
version = "0.1.21"

[[test]]
name = "mod"
path = "tests/mod.rs"

[[test]]
name = "test_1"
path = "tests/utils/util/string/to_pascal_case_test.rs"

[[test]]
name = "test_2"
path = "tests/utils/util/string/to_camel_case_test.rs"