tuple_key 0.17.0

A serialization format for lexicographically sorted tuples.
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 = "2024"
name = "tuple_key"
version = "0.17.0"
authors = ["Robert Escriva <robert@rescrv.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A serialization format for lexicographically sorted tuples."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rescrv/blue"

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

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

[dependencies.buffertk]
version = "0.16.0"

[dependencies.prototk]
version = "0.17.0"

[dependencies.prototk_derive]
version = "0.16.0"

[dependencies.tuple_key_derive]
version = "0.15.0"

[dependencies.zerror]
version = "0.10.0"

[dependencies.zerror_core]
version = "0.17.0"

[dependencies.zerror_derive]
version = "0.9.0"

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