bcs 0.2.1

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"
rust-version = "1.61.0"
name = "bcs"
version = "0.2.1"
description = "Binary Canonical Serialization (BCS)"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/zefchain/bcs"

[[bench]]
name = "bcs_bench"
harness = false

[dependencies.serde_core]
version = "1"
features = ["alloc"]
default-features = false

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

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

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

[dev-dependencies.serde]
version = "1"
features = ["derive"]