ssz 0.2.0

Simple serialization 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 = "ssz"
version = "0.2.0"
authors = ["Parity Team <admin@parity.io>", "Wei Tang <hi@that.world>", "Paul Hauner <paul@paulhauner.com>"]
description = "Simple serialization implementation"
license = "Apache-2.0"
[dependencies.bm-le]
version = "0.8"

[dependencies.digest]
version = "0.8"

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

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

[dependencies.ssz-derive]
version = "0.2"
optional = true

[dependencies.typenum]
version = "1.10"

[dependencies.vecarray]
version = "0.1"
[dev-dependencies.sha2]
version = "0.8"

[features]
default = ["std", "derive"]
derive = ["ssz-derive"]
std = ["primitive-types/std", "bm-le/std", "vecarray/std"]