summary refs log tree commit diff
path: root/ripple/fossil/Cargo.toml
blob: 7319a6b9ae7d43867bc2fbe101af06d53ec8140f (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
35
# SPDX-FileCopyrightText: edef <edef@unfathomable.blue>
# SPDX-License-Identifier: OSL-3.0

[package]
name = "fossil"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.53"
bao = "0.12.0"
blake3 = { version = "1.3.1", features = ["rayon"] }
byteorder = "1.4.3"
bytes = "1.0.1"
clap = { version = "3.1.15", features = ["derive"] }
env_logger = "0.9.0"
fuser = "0.11.0"
git2 = "0.14.3"
lazy_static = "1.4.0"
libc = "0.2.112"
log = "0.4.14"
prost = "0.8.0"
sled = "0.34.6"
zbase32 = "0.1.2"

[build-dependencies]
prost-build = "0.8.0"

[dev-dependencies]
criterion = "0.3.5"
hex-literal = "0.3.4"

[[bench]]
name = "chunker"
harness = false