[package] name = "loli_lib_dev" version = "0.1.1" authors = ["Kazuki "] edition = "2021" rust-version = "1.68.0" description = "Fun project to get used to cargo and rust programming" readme = "README.md" homepage = "https://github.com/smol-loli/loli_lib_dev/" repository = "https://github.com/smol-loli/loli_lib_dev/" license = "MIT" keywords = ["hashing", "sha3", "fun", "experimental"] categories = ["algorithms"] exclude = ["/.idea", "./target", "loli_lib_dev.iml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust-crypto = "0.2.36"