aboutsummaryrefslogtreecommitdiff
path: root/rust/guts/Cargo.toml
blob: ebcf77fd718e664fd213af79e7bda0b05111b823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "blake3_guts"
version = "0.0.0"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "low-level building blocks for the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
license = "CC0-1.0 OR Apache-2.0"
documentation = "https://docs.rs/blake3_guts"
readme = "readme.md"
edition = "2021"

[dev-dependencies]
hex = "0.4.3"
reference_impl = { path = "../../reference_impl" }

[features]
default = ["std"]
std = []