-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
36 lines (34 loc) · 910 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "jlib"
version = "0.4.0"
authors = ["zTgx <beautifularea@163.com>"]
repository = "https://github.com/zTgx/jlib-rs.git"
readme = "README.md"
keywords = ["blockchain", "crypto"]
categories = [ "cryptography" ]
license = "MIT/Apache-2.0"
exclude = [ "/.travis.yml" ]
description = "A lightweight blockchain lib."
edition = "2018"
[dependencies]
num = "0.2"
rand = "0.6"
ws = { version = "0.8.1", features = ["ssl"]}
void = "1.0.2"
ring = "0.14.6"
serde_json = "1.0"
typename = "0.1.1"
secp256k1 = "0.13.0"
rust-crypto = "^0.2"
lazy_static = "1.3.0"
ed25519-dalek = "0.9.1"
serde = { version = "1.0", features = ["derive"] }
basex-rs = "0.1.1"
serde_derive = "1.0"
phf = { version = "0.8", features = ["macros"] }
libsm = "0.3.0"
hex = "0.4.3"
rfc1751 = "0.1.0"
ipfs-unixfs = "0.2.0"
# ipfs-unixfs = { path = "../../rust-src/rust-ipfs/unixfs" } # 调试使用
sha3 = "0.9.1" # ethereum Keccak256