# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bcrypt-wasm" version = "0.7.0" authors = ["Vincent Prouillet "] description = "Easily hash and verify passwords using bcrypt" homepage = "https://github.com/ATechnoHazard/rust-bcrypt" readme = "README.md" keywords = ["bcrypt", "password", "web", "hash"] license = "MIT" repository = "https://github.com/ATechnoHazard/rust-bcrypt" [dependencies.base64] version = "0.12" [dependencies.blowfish] version = "0.4" features = ["bcrypt"] [dependencies.byteorder] version = "1" [dependencies.getrandom] version = "0.1.14" features = ["wasm-bindgen"] [dependencies.lazy_static] version = "1" [dependencies.rand] version = "0.7" [dev-dependencies.quickcheck] version = "0.9.0" [badges.maintenance] status = "passively-maintained"