beacon 0.2.0

Minimal Serenity beacon chain implementation
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 = "beacon"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Minimal Serenity beacon chain implementation"
license = "GPL-3.0"
[dependencies.bm-le]
version = "0.8"
features = ["derive"]
default-features = false

[dependencies.digest]
version = "0.8"

[dependencies.fixed-hash]
version = "0.3.0"
default-features = false

[dependencies.generic-array]
version = "0.12"

[dependencies.impl-serde]
version = "0.1"
optional = true

[dependencies.parity-codec]
version = "4.0"
features = ["derive"]
optional = true

[dependencies.primitive-types]
version = "0.4"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.sha2]
version = "0.8"
default-features = false

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

[dependencies.typenum]
version = "1.10"

[dependencies.vecarray]
version = "0.1"

[features]
default = ["std", "with-serde", "with-codec"]
std = ["ssz/std", "bm-le/std", "primitive-types/std", "sha2/std", "fixed-hash/std", "vecarray/std", "parity-codec/std"]
with-codec = ["parity-codec", "vecarray/parity-codec", "bm-le/with-codec"]
with-serde = ["serde", "impl-serde", "primitive-types/serde", "vecarray/serde", "bm-le/with-serde"]