rust-scrypt 1.2.0

Bindings into C for Tarsnap's `Scrypt` algorithm
Documentation
# 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]
name = "rust-scrypt"
version = "1.2.0"
authors = ["Constantine Kryvomaz <ckryvomaz@gmail.com>"]
build = "build.rs"
description = "Bindings into C for Tarsnap's `Scrypt` algorithm"
readme = "README.md"
keywords = ["rust", "crypto", "scrypt"]
license = "Apache-2.0"
repository = "https://github.com/r8d8/rust-scrypt"
[dependencies.clippy]
version = "0.0"
optional = true

[dependencies.hex]
version = "0.3"
[build-dependencies.gcc]
version = "0.3"

[features]
dev = ["clippy"]
[badges.travis-ci]
repository = "r8d8/rust-crypto"