trifid/trifid-pki/Cargo.toml

19 lines
498 B
TOML

[package]
name = "trifid-pki"
version = "0.1.2"
edition = "2021"
description = "A rust implementation of the Nebula PKI system"
license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pem = "1.1.1"
x25519-dalek = "2.0.0-pre.1"
ed25519-dalek = { version = "2.0.0-pre.0", features = ["rand_core", "alloc"] }
ipnet = "2.7.1"
quick-protobuf = "0.8.1"
hex = "0.4.3"
sha2 = "0.10.6"
rand_core = "0.6.4"
rand = "0.8.5"