foundationdb-tuple 0.11.0

Foundationdb tuple pack/unpack implementation in rust
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"
rust-version = "1.85.1"
name = "foundationdb-tuple"
version = "0.11.0"
authors = [
    "Benjamin Fry <benjaminfry@me.com>",
    "Vincent Rouillé <vincent@clikengo.com>",
    "Pierre Zemb <contact@pierrezemb.fr>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Foundationdb tuple pack/unpack implementation in rust
"""
documentation = "https://docs.rs/foundationdb"
readme = "README.md"
keywords = [
    "foundationdb",
    "kv",
    "tuple",
]
categories = ["database"]
license = "MIT/Apache-2.0"
repository = "https://github.com/foundationdb-rs/foundationdb-rs"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "uuid",
    "num-bigint",
]

[badges.codecov]
branch = "main"
repository = "foundationdb-rs/foundationdb-rs"
service = "github"

[features]
default = ["uuid"]

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

[dependencies.memchr]
version = "2.8.2"

[dependencies.num-bigint]
version = "0.4.6"
optional = true

[dependencies.uuid]
version = "1.23.3"
optional = true