aptos-bcs 0.1.4

Binary Canonical Serialization (BCS)
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 = "2018"
name = "aptos-bcs"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary Canonical Serialization (BCS)"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/zefchain/bcs"

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

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

[[bench]]
name = "bcs_bench"
path = "benches/bcs_bench.rs"
harness = false

[dependencies.serde]
version = "1.0.145"
features = ["derive"]

[dependencies.thiserror]
version = "1.0.37"

[dev-dependencies.criterion]
version = "0.3.6"

[dev-dependencies.proptest]
version = "0.10.1"

[dev-dependencies.proptest-derive]
version = "0.2.0"