[package] name = "df-crypto" version = "0.1.5" edition = "2021" authors = ["Doraemon <7991156@qq.com>"] keywords = ["df", "ba64", "jwt", "sha", "md5"] readme = "README.md" license = "MIT" exclude = ["INSTALL.md"] description = "This is an crypto" [dependencies] json = "0.12.4" sha256 = "1.1.2" base64 = "0.21.0" uuid = { version = "1.2.1", features = ["v4"] } chrono = "0.4.22" log = "0.4.17" md5 = "0.7.0" hmac = "0.12.1" sha2 = "0.10.6"