Sha256: 8a6896c8310d6c2ae584b7567d259270b4852569ec6c1eb7b1778f25b5bf9f03
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
[package] name = "libpasta" version = "0.0.6" authors = ["Sam Scott <me@samjs.co.uk>"] categories = ["authentication", "cryptography"] description = "All-inclusive password hashing library" documentation = "https://docs.rs/libpasta" license = "MIT" readme = "README.md" repository = "https://github.com/libpasta/libpasta" [dependencies] argon2rs = "0.2" cargon = "0.0.1" data-encoding = "2.0.0" error-chain = "0.11.0" fastpbkdf2 = "0.1" itertools = "0.7" lazy_static = "1.0" log = "0.3" num-traits = "0.1" ring-pwhash = ">= 0.11, < 0.13" rpassword = "2.0" rust-crypto = "0.2" serde = "1.0.2" serde_derive = "1.0.4" serde_mcf = "0.1.3" serde_yaml = "0.7" [dependencies.ring] version = ">= 0.11, < 0.13" default-features = false features = [] [dev-dependencies] env_logger = "0.4" time = "0.1.36" [features] bench = [] long_tests = [] simd = ["argon2rs/simd"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
libpasta-0.0.6-x86_64-linux | ext/pasta-bindings/libpasta/Cargo.toml |