summaryrefslogtreecommitdiffstats
path: root/below/btrfs/Cargo.toml
blob: 419e9a2a47e553af9c1b8b89f06d754624a372bd (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 from //resctl/below/btrfs:below-btrfs

[package]
name = "below-btrfs"
version = "0.8.0"
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.8.0", path = "../common" }
libc = "0.2.139"
nix = "0.25"
openat = "0.1.21"
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
serde = { version = "1.0.185", features = ["derive", "rc"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
thiserror = "1.0.49"