[package] edition = "2021" name = "ppaass-crypto" version = "0.1.3" description="The crypto of ppaass application" license="MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aes="0.8" cipher = "0.4" ecb = "0.1" thiserror = "1.0" bytes="1.5" rsa="0.9" rand="0.8" [dev-dependencies] uuid={version="1.5", features = ["v4"]}