Sha256: 7d6a26f6c2d87e4fa6858a7dd0a7dd42b51ca694d9fe02cfb646638de49d823b

Contents?: true

Size: 866 Bytes

Versions: 1

Compression:

Stored size: 866 Bytes

Contents

[package]
name = "libpasta"
version = "0.1.0-rc0"
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.4"
num-traits = "0.2"
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.5"
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.1.0.pre.rc0-x86_64-linux ext/pasta-bindings/libpasta/Cargo.toml