changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/hash/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 0abefe2a369b
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "hash"
3 version = "0.1.0"
4 authors = ["ellis"]
5 edition = "2018"
6 description = "Hash Functions"
7 [dependencies]
8 blake3 = "1.5.1"
9 hashbrown = "0.11.2"
10 rand = "0.8.5"
11 serde = { version = "1.0.200", features = ["derive"] }
12 sha2 = "0.9.9"
13 hex = "0.4.3"
14 phf = "0.11.2"