changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 307: 0abefe2a369b
parent: 4a1ba333114b
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 02 May 2024 20:15:11 +0000
permissions: -rw-r--r--
description: update dependencies
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"