# 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 = "1.0.1" authors = ["Alex Auvolat "] 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] path = "lib.rs" [dependencies.arc-swap] version = "1.0" [dependencies.async-trait] version = "0.1.7" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.garage_db] version = "1.0.1" default-features = false [dependencies.garage_rpc] version = "1.0.1" [dependencies.garage_util] version = "1.0.1" [dependencies.hex] version = "0.4" [dependencies.hexdump] version = "0.1" [dependencies.opentelemetry] version = "0.17" features = [ "rt-tokio", "metrics", "trace", ] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] default-features = false [dependencies.serde_bytes] version = "0.11" [dependencies.tokio] version = "1.0" features = [ "net", "rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs", ] default-features = false [dependencies.tracing] version = "0.1"