silk 0.3.3

A silky smooth implementation of the Loom architecture
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 = "silk"
version = "0.3.3"
authors = ["Anatoly Yakovenko <aeyakovenko@gmail.com>", "Greg Fitzgerald <garious@gmail.com>"]
description = "A silky smooth implementation of the Loom architecture"
homepage = "http://loomprotocol.com/"
documentation = "https://docs.rs/silk"
license = "Apache-2.0"
repository = "https://github.com/loomprotocol/silk"

[[bin]]
name = "silk-historian-demo"
path = "src/bin/historian-demo.rs"

[[bin]]
name = "silk-client-demo"
path = "src/bin/client-demo.rs"

[[bin]]
name = "silk-testnode"
path = "src/bin/testnode.rs"

[[bin]]
name = "silk-genesis"
path = "src/bin/genesis.rs"

[[bin]]
name = "silk-genesis-demo"
path = "src/bin/genesis-demo.rs"

[[bin]]
name = "silk-mint"
path = "src/bin/mint.rs"
[dependencies.bincode]
version = "1.0.0"

[dependencies.chrono]
version = "0.4.0"
features = ["serde"]

[dependencies.generic-array]
version = "0.9.0"
features = ["serde"]
default-features = false

[dependencies.rayon]
version = "1.0.0"

[dependencies.ring]
version = "0.12.1"

[dependencies.serde]
version = "1.0.27"

[dependencies.serde_derive]
version = "1.0.27"

[dependencies.serde_json]
version = "1.0.10"

[dependencies.sha2]
version = "0.7.0"

[dependencies.sha2-asm]
version = "0.3"
optional = true

[dependencies.untrusted]
version = "0.5.1"

[features]
asm = ["sha2-asm"]
unstable = []
[badges.codecov]
branch = "master"
repository = "loomprotocol/silk"
service = "github"