[package]
edition = "2024"
name = "dechdev_rs"
version = "0.1.45"
authors = ["Ruangdech Kurunat"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library by DECHDEV."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/THAI-DEV/dechdev_rs"
[lib]
name = "dechdev_rs"
path = "src/lib.rs"
[[bin]]
name = "dechdev_rs"
path = "src/main.rs"
[[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"
[dependencies.aes]
version = "0.8.4"
[dependencies.aes-gcm]
version = "0.10.3"
[dependencies.argon2]
version = "0.5.3"
[dependencies.base64]
version = "0.22.1"
[dependencies.bcrypt]
version = "0.18.0"
[dependencies.csv]
version = "1.4.0"
[dependencies.hex]
version = "0.4.3"
[dependencies.password-hash]
version = "0.5.0"
[dependencies.rand]
version = "0.10.0"
[dependencies.rand_core]
version = "0.10.0"
[dependencies.regex]
version = "1.12.3"
[dev-dependencies.pretty_assertions]
version = "1.4.1"