rust_sodium 0.6.0

Fast cryptographic library for Rust (bindings to libsodium)
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_sodium"
version = "0.6.0"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Fast cryptographic library for Rust (bindings to libsodium)"
homepage = "https://maidsafe.net"
documentation = "https://docs.rs/rust_sodium"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/maidsafe/rust_sodium"
[dependencies.serde]
version = "~1.0.17"
optional = true

[dependencies.unwrap]
version = "~1.1.0"

[dependencies.rand]
version = "~0.3.17"

[dependencies.rust_sodium-sys]
version = "~0.6.0"

[dependencies.rustc-serialize]
version = "~0.3.24"
optional = true

[dependencies.libc]
version = "~0.2.33"
[dev-dependencies.serde]
version = "~1.0.10"

[dev-dependencies.rustc-serialize]
version = "~0.3.24"

[dev-dependencies.serde_json]
version = "~1.0.5"

[dev-dependencies.rmp-serde]
version = "~0.13.7"

[features]
benchmarks = []
default = ["serde"]
use-installed-libsodium = ["rust_sodium-sys/use-installed-libsodium"]