summaryrefslogtreecommitdiff
path: root/bzipper_benchmarks/Cargo.toml
blob: 2bee98a564f330f0ac888bdbc0fe45dab81eee4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name        = "bzipper_benchmarks"
version     = "0.8.1"
edition     = "2021"
description = "bZipper benchmarks."

authors.workspace     = true
readme.workspace      = true
homepage.workspace    = true
repository.workspace  = true

[dependencies]
bzipper = { path = "../bzipper", version = "0.8.0" }

bincode  = "1.3.3"
ciborium = "0.2.2"
rand     = "0.8.5"

borsh = { version =  "1.5.1", features = ["derive"] }
postcard = { version = "1.0.10", features = ["use-std"] }
serde = { version = "1.0.214", features = ["derive"] }

[lints]
workspace = true