# 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 = "2015" name = "libpasta" version = "0.1.2" authors = ["Sam Scott "] description = "All-inclusive password hashing library" documentation = "https://docs.rs/libpasta" readme = "README.md" categories = ["authentication", "cryptography"] license = "MIT" repository = "https://github.com/libpasta/libpasta" [profile.dev] opt-level = 2 [profile.test] opt-level = 2 [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.argon2rs] version = "0.2.5" [dependencies.bcrypt] version = "0.9.0" [dependencies.data-encoding] version = "2.3.2" [dependencies.error-chain] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.num-traits] version = "0.2.14" [dependencies.ring] version = "0.16.20" features = ["std"] default-features = false [dependencies.rpassword] version = "5.0.1" [dependencies.scrypt] version = "0.7.0" [dependencies.serde] version = "1.0.126" features = ["serde_derive"] [dependencies.serde_mcf] version = "0.1.3" [dependencies.serde_yaml] version = "0.8.17" [dev-dependencies.cargon] version = "0.0.1" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.env_logger] version = "0.8.3" [features] bench = [] long_tests = [] simd = ["argon2rs/simd"]