[package]
name = "dev-tool"
version = "0.1.0"
edition = "2024"
authors = ["theorydance <ranfusheng@dingtalk.com>"]
description = "dev-utils是一个Rust工具包类库,对文件、流、加密解密、转码、正则、线程、XML等方法进行封装,组成各种Util工具类。"
documentation = "https://gitee.com/ranfusheng/dev-utils/blob/master/README.md"
readme = "README.md"
repository = "https://gitee.com/ranfusheng/dev-utils.git"
license = "MIT"
license-file = "LICENSE"
keywords = ["obs"]
categories = ["cryptography"]
[dependencies]
base64 = "0.22.1"
chrono = "0.4.41"
hmac = "0.12.1"
md5 = "0.8.0"
regex = "1.11.2"
sha1 = "0.10.6"
sqlite = "0.37.0"