self_encryption 0.11.2

Self encrypting files (convergent encryption plus obfuscation)
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 = "self_encryption"
version = "0.11.2"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Self encrypting files (convergent encryption plus obfuscation)"
homepage = "https://maidsafe.net"
documentation = "https://docs.rs/self_encryption"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/maidsafe/self_encryption"

[[example]]
name = "basic_encryptor"
bench = false
[dependencies.rust_sodium]
version = "~0.6.0"

[dependencies.serde_derive]
version = "~1.0.10"

[dependencies.serde]
version = "~1.0.10"

[dependencies.unwrap]
version = "~1.1.0"

[dependencies.memmap]
version = "~0.5.2"

[dependencies.tiny-keccak]
version = "~1.3.0"

[dependencies.rand]
version = "~0.3.15"

[dependencies.futures]
version = "~0.1.15"

[dependencies.brotli2]
version = "=0.3.0"

[dependencies.brotli-sys]
version = "=0.3.0"
[dev-dependencies.maidsafe_utilities]
version = "~0.14.0"

[dev-dependencies.itertools]
version = "~0.6.1"

[dev-dependencies.docopt]
version = "~0.8.1"

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