summaryrefslogtreecommitdiffstats
path: root/below/store/Cargo.toml
blob: 86215f0ec0d9c68ab23d8e2ebbe5468a209d7816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# @generated by autocargo

[package]
name = "below-store"
version = "0.6.0"
authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"]
edition = "2021"
description = "Store crate for below"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
anyhow = "1.0.56"
bitflags = "1.3"
bytes = { version = "1.1", features = ["serde"] }
common = { package = "below-common", version = "0.6.0", path = "../common" }
humantime = "2.1"
maplit = "1.0"
memmap = "0.7"
model = { package = "below-model", version = "0.6.0", path = "../model" }
nix = "0.23"
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_cbor = "0.11"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
static_assertions = "1.1.0"
zstd-safe = "5.0.1+zstd.1.5.2"

[dev-dependencies]
itertools = "0.10.3"
lazy_static = "1.4"
paste = "1.0"
slog-term = "2.8"
tempdir = "0.3"
zstd = "0.11.1+zstd.1.5.2"