[package] name = "iokcloud-crypto" authors = ["ava_tk@163.com"] version = "0.1.0" edition = "2021" description = "AES lightweight encryption and decryption." license = "Apache-2.0" homepage = "https://github.com/GreatBy/iokcloud-crypto.git" repository = "https://github.com/GreatBy/iokcloud-crypto.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-crypto = "^0.2" base64 = "0.21.7" hex = "0.4.3" serde = "1.0.197" serde_json = "1.0.114" rand = "0.8.5" [profile.release] panic = 'abort'