changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 175: 064ac99e5e5c
parent: 2b878ae73a84
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 26 Jan 2024 16:43:26 -0500
permissions: -rw-r--r--
description: prevent hardcoding skel-user-config at compile-time
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"