mirror of
https://github.com/tlsnotary/merkle-authgc.git
synced 2026-01-08 22:08:09 -05:00
27 lines
508 B
TOML
27 lines
508 B
TOML
[package]
|
|
name = "merkle-authgc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand_chacha = "0.3"
|
|
rand_core = "0.6"
|
|
digest = "0.10"
|
|
serde = "1"
|
|
|
|
[features]
|
|
default = []
|
|
std = ["ct-merkle/std"]
|
|
|
|
[dependencies.ct-merkle]
|
|
#version = "0.1"
|
|
git = "ssh://git@github.com/rozbb/ct-merkle.git"
|
|
features = ["serde"]
|
|
rev = "c13f2e472cb9c037e7184063619fdaf9b5a2c36b"
|
|
|
|
[dev-dependencies]
|
|
blake2 = "0.10"
|
|
rand = "0.8"
|