# 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.59" name = "firebase-scrypt" version = "0.2.1" description = "Pure Rust implementation of Firebase's script password hashing algorithm" homepage = "https://github.com/Techie-Pi/firebase-scrypt-rust" documentation = "https://github.com/Techie-Pi/firebase-scrypt-rust" readme = "README.md" license = "MIT" repository = "https://github.com/Techie-Pi/firebase-scrypt-rust" [dependencies.aes] version = "0.8" [dependencies.base64] version = "0.13" [dependencies.constant_time_eq] version = "0.2" [dependencies.ctr] version = "0.9" [dependencies.scrypt] version = "0.10" default-features = false [dev-dependencies.hex] version = "0.4" [features] default = ["simple"] simple = []