changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 698: 96958d3eb5b0
parent: 064ac99e5e5c
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 = "crypto"
3 version = "0.1.0"
4 authors = ["ellis"]
5 edition = "2018"
6 description = "Cryptographic Utility Modules"
7 documentation = "https://docs.rwest.io/crypto"
8 repository = "https://hg.rwest.io/rlib"
9 publish = ["crater"]
10 
11 [dependencies]
12 salsa20 = { version = "0.8.1", features = ["xsalsa20"] }
13 hex = "*"
14 # ed25519 = "*"
15 ed25519-dalek = "1.0.1"
16 hash = { version = "0.1.0", path = "../hash" }
17 totp-rs = "5.5.1"