trust-graph/identity/Cargo.toml

21 lines
543 B
TOML
Raw Normal View History

2021-01-19 14:20:44 +00:00
[package]
name = "fluence-identity"
2021-03-11 11:48:58 +00:00
version = "0.2.7"
2021-01-19 14:20:44 +00:00
authors = ["Fluence Labs"]
edition = "2018"
description = "identity"
license = "Apache-2.0"
2021-03-11 11:48:58 +00:00
repository = "https://github.com/fluencelabs/trust-graph"
2021-01-19 14:20:44 +00:00
[dependencies]
2021-03-11 11:48:58 +00:00
libp2p-core = { package = "fluence-fork-libp2p-core", version = "0.27.1" }
2021-01-19 14:20:44 +00:00
serde = { version = "=1.0.118", features = ["derive"] }
serde_json = "1.0.58"
bs58 = "0.3.1"
ed25519-dalek = { version = "1.0.1", features = ["serde"] }
2021-01-19 14:20:44 +00:00
rand = "0.7.0"
signature = "1.3.0"
ed25519 = "1.0.3"
serde_with = "1.6.0"
2021-02-11 14:57:09 +00:00
thiserror = "1.0.23"