garage_table 2.4.0

Table sharding and replication engine (DynamoDB-like) for the Garage object store
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 = "garage_table"
version = "2.4.0"
authors = ["Alex Auvolat <alex@adnab.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Table sharding and replication engine (DynamoDB-like) for the Garage object store"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
resolver = "2"

[lib]
name = "garage_table"
path = "lib.rs"

[dependencies.arc-swap]
version = "1.8"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.garage_db]
version = "2.4.0"
default-features = false

[dependencies.garage_rpc]
version = "2.4.0"

[dependencies.garage_util]
version = "2.4.0"

[dependencies.hex]
version = "0.4"

[dependencies.hexdump]
version = "0.1"

[dependencies.opentelemetry]
version = "0.17"
features = [
    "rt-tokio",
    "metrics",
    "trace",
]

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]
default-features = false

[dependencies.serde_bytes]
version = "0.11"

[dependencies.tokio]
version = "1.49"
features = [
    "rt",
    "rt-multi-thread",
    "io-util",
    "net",
    "time",
    "macros",
    "sync",
    "signal",
    "fs",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[lints.clippy]
doc_markdown = "warn"
format_collect = "warn"
manual_midpoint = "warn"
semicolon_if_nothing_returned = "warn"
unnecessary_semicolon = "warn"
unnecessary_wraps = "warn"