# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.0" name = "scryptenc-wasm" version = "0.2.3" authors = ["Shun Sakai "] include = [ "/LICENSES", "/README.md", "/src", ] description = "Wasm bindings for scryptenc" homepage = "https://sorairolake.github.io/scryptenc-rs/" documentation = "https://docs.rs/scryptenc-wasm" readme = "README.md" keywords = [ "crypto", "scrypt", ] categories = [ "cryptography", "wasm", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/sorairolake/scryptenc-rs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.getrandom] version = "0.2.12" features = ["js"] [dependencies.scryptenc] version = "0.9.3" [dependencies.wasm-bindgen] version = "0.2.91" [dev-dependencies.wasm-bindgen-test] version = "0.3.41"