summaryrefslogtreecommitdiffstats
path: root/below/btrfs/Cargo.toml
blob: 40db19239ee6abfb7af0b4e38ffd9f8566f6d59c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# @generated by autocargo

[package]
name = "below-btrfs"
version = "0.6.1"
authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"]
edition = "2021"
description = "A crate for reading btrfs"
readme = "README"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
common = { package = "below-common", version = "0.6.1", path = "../common" }
libc = "0.2.121"
nix = "0.23"
openat = "0.1.21"
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
serde = { version = "1.0.136", features = ["derive", "rc"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.30"