mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
19 lines
533 B
TOML
19 lines
533 B
TOML
[package]
|
|
name = "keygen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["demfabris <demfabris@gmail.com>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/libp2p/rust-libp2p"
|
|
keywords = ["peer-to-peer", "libp2p", "networking"]
|
|
categories = ["network-programming", "asynchronous"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = { version = "4.0.13", features = ["derive"] }
|
|
zeroize = "1"
|
|
serde = { version = "1.0.136", features = ["derive"] }
|
|
serde_json = "1.0.79"
|
|
libp2p-core = { version = "0.39.0", path = "../../core" }
|
|
base64 = "0.20.0"
|