libssz 0.2.1

Simple Serialize (SSZ) encoding/decoding for Ethereum consensus
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "libssz"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Serialize (SSZ) encoding/decoding for Ethereum consensus"
readme = "README.md"
keywords = [
    "ssz",
    "ethereum",
    "serialization",
    "merkle",
    "no-std",
]
categories = [
    "encoding",
    "cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lambdaclass/libssz"

[features]
alloc = []
default = ["std"]
ethereum_types = ["dep:ethereum-types"]
std = ["alloc"]

[lib]
name = "libssz"
path = "src/lib.rs"

[[test]]
name = "encode_decode"
path = "tests/encode_decode.rs"

[dependencies.ethereum-types]
version = "0.15"
optional = true
default-features = false

[dependencies.smallvec]
version = "1.13"
default-features = false