ssz 0.1.2

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.1.2"
authors = ["Paul Hauner <paul@paulhauner.com>", "Parity Team <admin@parity.io>"]
description = "Simple serialization implementation"
license-file = "LICENSE"
[dependencies.arrayvec]
version = "0.4"
default-features = false

[dependencies.hash-db]
version = "0.11"
default-features = false

[dependencies.primitive-types]
version = "0.2"
default-features = false
[dev-dependencies.plain_hasher]
version = "0.2"

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

[features]
default = ["std"]
std = ["primitive-types/std", "arrayvec/std", "hash-db/std"]