spacejam 0.1.1

Take your protein pills and put your helmet on.
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 = "spacejam"
version = "0.1.1"
authors = ["clearloop <udtrokia@gmail.com>"]
description = "Take your protein pills and put your helmet on."
homepage = "https://github.com/clearloop/spacejam"
documentation = "https://docs.rs/spacejam"
readme = "./README.md"
keywords = ["micro-services"]
license = "GPL-3.0+"
repository = "https://github.com/clearloop/spacejam"
[dependencies.bincode]
version = "1.0.1"

[dependencies.dirs]
version = "1.0.4"

[dependencies.ed25519-dalek]
version = "1.0.0-pre.0"
features = ["serde"]

[dependencies.num-bigint]
version = "0.2.2"

[dependencies.rand]
version = "0.6.4"

[dependencies.serde]
version = "1.0.85"

[dependencies.serde_derive]
version = "1.0.85"

[dependencies.sha2]
version = "0.8.0"