sarkara 0.8.0

A Post-Quantum cryptography library.
# 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 = "sarkara"
version = "0.8.0"
authors = ["quininer kel <quininer@live.com>"]
description = "A Post-Quantum cryptography library."
documentation = "https://docs.rs/sarkara/"
keywords = ["post-quantum", "cryptography"]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/quininer/sarkara"
[dependencies.rand]
version = "0.3"

[dependencies.byteorder]
version = "1.0"

[dependencies.ascon]
version = "0.1"

[dependencies.blake2-rfc]
version = "0.2"

[dependencies.newhope]
version = "0.2"
default-features = false

[dependencies.argon2rs]
version = "0.2"

[dependencies.seckey]
version = "0.6"
default-features = false

[dependencies.blissb]
version = "0.2"

[dependencies.hc256]
version = "0.1"

[features]
simd = ["blake2-rfc/simd_asm", "argon2rs/simd"]
default = ["simd"]
[badges.appveyor]
repository = "quininer/sarkara"

[badges.travis-ci]
repository = "quininer/sarkara"