[package] name = "crypto-wasi" version = "0.1.1" edition = "2021" authors = ["Puellaquae "] repository = "https://github.com/Puellaquae/crypto-wasi" keywords = ["wasi", "crypto", "wasm"] description = "wasi-crypto wrapper with nodejs's `crypto` style" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.0" der = { version = "0.7.8", features = ["alloc", "oid"] } pem = "1.1.1"