blob: 43f42369cd0a8df5a26f8b8718bba11d621aea0b (
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.9.0"
edition = "2021"
description = "bZipper benchmarks."
authors.workspace = true
readme.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
bzipper = { path = "../bzipper", version = "0.9.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
|