serializer-tests 0.3.2

Diem serializer tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "serializer-tests"
version = "0.3.2"
authors = ["Diem Association <opensource@diem.com>"]
description = "Diem serializer tests"
repository = "https://github.com/diem/diem"
homepage = "https://diem.com"
license = "Apache-2.0"
edition = "2021"

[dev-dependencies]
proptest = "1.0.0"
proptest-derive = "0.3.0"
mv-binary-format = { version = "0.3.0", path = "../", features = ["fuzzing"] }

[features]
fuzzing = ["mv-binary-format/fuzzing"]