safe-nd 0.2.1

Safe Network Data Types
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]
edition = "2018"
name = "safe-nd"
version = "0.2.1"
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Safe Network Data Types"
homepage = "https://maidsafe.net"
readme = "README.md"
license = "MIT OR BSD-3-Clause"
repository = "https://github.com/maidsafe/safe-nd"
[dependencies.bincode]
version = "=1.1.4"

[dependencies.ed25519-dalek]
version = "~0.9.1"

[dependencies.hex_fmt]
version = "~0.3.0"

[dependencies.multibase]
version = "~0.6.0"

[dependencies.rand]
version = "~0.6.5"

[dependencies.serde]
version = "~1.0.97"
features = ["derive"]

[dependencies.sha3]
version = "~0.8.2"

[dependencies.threshold_crypto]
version = "~0.3.2"

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

[dependencies.unwrap]
version = "~1.2.1"
[dev-dependencies.hex]
version = "~0.3.2"

[dev-dependencies.rand_xorshift]
version = "~0.1.1"

[features]
default = ["ed25519-dalek/serde"]