2019-02-14 01:09:18 +00:00
|
|
|
[package]
|
2019-07-03 06:06:20 +00:00
|
|
|
name = "eth2_ssz"
|
2021-11-29 03:57:54 +00:00
|
|
|
version = "0.4.1"
|
2019-07-03 06:06:20 +00:00
|
|
|
authors = ["Paul Hauner <paul@sigmaprime.io>"]
|
2022-02-25 00:10:17 +00:00
|
|
|
edition = "2021"
|
2019-07-03 06:06:20 +00:00
|
|
|
description = "SimpleSerialize (SSZ) as used in Ethereum 2.0"
|
2019-07-04 03:32:41 +00:00
|
|
|
license = "Apache-2.0"
|
2019-07-03 06:06:20 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "ssz"
|
2019-02-14 01:09:18 +00:00
|
|
|
|
2019-05-04 08:06:01 +00:00
|
|
|
[dev-dependencies]
|
2022-11-02 14:30:41 +00:00
|
|
|
eth2_ssz_derive = "0.3.1"
|
2019-05-04 08:06:01 +00:00
|
|
|
|
2019-02-14 01:09:18 +00:00
|
|
|
[dependencies]
|
2023-01-09 03:11:59 +00:00
|
|
|
ethereum-types = "0.14.1"
|
2022-07-28 09:43:41 +00:00
|
|
|
smallvec = { version = "1.6.1", features = ["const_generics"] }
|
|
|
|
itertools = "0.10.3"
|
2020-05-05 23:12:28 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
arbitrary = ["ethereum-types/arbitrary"]
|