df-crypto 0.1.3

This is an crypto
Documentation
[package]
name = "df-crypto"
version = "0.1.3"
edition = "2021"
authors = ["Doraemon <7991156@qq.com>"]
keywords = ["df", "carryxd", "jwt", "sha", "md5"]
readme = "README.md"
license = "MIT"
exclude = ["INSTALL.md"]
description = "This is an crypto"

[dependencies]
json = "0.12.4"
rust-crypto = "0.2.36"
sha256 = "1.1.1"
base64 = "0.21.0"
uuid = { version = "1.2.1", features = ["v4"] }
chrono = "0.4.22"
log = "0.4.17"