[package]
name = "dev-tool"
version = "0.1.3"
edition = "2024"
authors = ["theorydance <ranfusheng@dingtalk.com>"]
description = "dev-tool是一个Rust工具包类库,对文件、加密解密、转码、正则、线程池、sqlite等方法进行封装,组成各种Util工具类。"
documentation = "https://crates.io/crates/dev-tool"
readme = "README.md"
repository = "https://gitee.com/ranfusheng/dev-tool.git"
license = "MIT"
license-file = "LICENSE"
keywords = ["obs"]
categories = ["cryptography"]
[dependencies]
base64 = "0.22.1"
chrono = "0.4.41"
env_logger = "0.11.8"
hmac = "0.12.1"
log = "0.4.27"
md5 = "0.8.0"
rayon = "1.11.0"
regex = "1.11.2"
sha1 = "0.10.6"
snowflake = "1.3.0"
sqlite = "0.37.0"
threadpool = "1.8.1"
uuid = { version = "1.18.0", features = ["v4"] }