exonum-crypto 0.10.0

Cryptography related types, constants, traits and functions.
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 = "exonum-crypto"
version = "0.10.0"
authors = ["The Exonum Team <exonum@bitfury.com>"]
description = "Cryptography related types, constants, traits and functions."
homepage = "https://exonum.com/"
documentation = "https://docs.rs/exonum-crypto"
keywords = ["exonum", "cryptography", "library"]
categories = ["cryptography", "hashing"]
license = "Apache-2.0"
repository = "https://github.com/exonum/exonum"
[dependencies.byteorder]
version = "1.2.3"

[dependencies.chrono]
version = "=0.4.6"

[dependencies.exonum_sodiumoxide]
version = "0.0.20"
optional = true

[dependencies.hex]
version = "=0.3.2"

[dependencies.hex-buffer-serde]
version = "=0.1.1"

[dependencies.pwbox]
version = "=0.1.0"

[dependencies.rand]
version = "=0.6.1"

[dependencies.rust_decimal]
version = "=0.10.2"

[dependencies.serde]
version = "1.0.10"

[dependencies.serde_derive]
version = "1.0.64"

[dependencies.serde_json]
version = "1.0.19"

[dependencies.toml]
version = "=0.4.10"

[dependencies.uuid]
version = "=0.7.1"
[dev-dependencies.tempdir]
version = "0.3.7"

[features]
default = ["sodiumoxide-crypto"]
sodiumoxide-crypto = ["exonum_sodiumoxide"]