mirror of
https://github.com/oconnor663/bao
synced 2025-04-16 12:47:56 +02:00
23 lines
534 B
INI
23 lines
534 B
INI
[package]
|
|
name = "bao"
|
|
version = "0.13.0"
|
|
authors = ["Jack O'Connor"]
|
|
description = "an implementation of BLAKE3 verified streaming"
|
|
license = "CC0-1.0 OR Apache-2.0"
|
|
repository = "https://github.com/oconnor663/bao"
|
|
documentation = "https://docs.rs/bao"
|
|
readme = "README.md"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
blake3 = { path = "../BLAKE3" }
|
|
|
|
[dev-dependencies]
|
|
rand = "0.9.0"
|
|
serde = { version = "1.0.97", features = ["derive"] }
|
|
serde_json = "1.0.40"
|
|
tempfile = "3.1.0"
|
|
rand_chacha = "0.9.0"
|
|
rand_xorshift = "0.4.0"
|
|
page_size = "0.6"
|