compact-encoding 2.2.0

A series of compact encoding schemes for building small and fast parsers and serializers
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 = "compact-encoding"
version = "2.2.0"
authors = ["Timo Tiuraniemi <timo.tiuraniemi@iki.fi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A series of compact encoding schemes for building small and fast parsers and serializers"
documentation = "https://docs.rs/compact-encoding"
readme = "README.md"
keywords = [
    "dat",
    "encoding",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/datrs/compact-encoding"

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

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

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

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