-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
44 lines (39 loc) · 1.5 KB
/
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
37
38
39
40
41
42
43
44
[package]
name = "aqua-verifier"
authors=["dalmasonto<https://github.com/dalmasonto>","Arthur-Kamau<https://github.com/Arthur-Kamau>" ]
version = "1.2.0"
edition = "2021"
license-file = "LICENCE"
description = "Aqua protocol library to sign, witness , and verify aqua chains."
readme = "README.md"
keywords = ["aqua", "aqua-protocol"] # Keywords for crates.io search
categories = ["development-tools", "command-line-utilities"] # Categories on crates.io
repository = "https://github.com/inblockio/aqua-verifier" # Source repository
homepage = "https://github.com/inblockio/aqua-verifier" # Project homepage
documentation = "https://docs.rs/aqua-verifier" # Documentation URL
exclude = ["target", "*.lock", ".vscode", ".idea"]
[dependencies]
flagset = { version = "0.4.5", features = ["serde"] }
jsonschema = "0.18.1"
serde_json = "1.0.127"
serde = { version = "1.0.202", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3.30"
libsecp256k1 = "0.7.1"
sha3 = "0.10.8"
aqua-verifier-rs-types = "1.2.0"
# aqua-verifier-rs-types = { git = "https://github.com/inblockio/aqua-verifier-rs-types", rev = "495735706073f86864ef9a461a80bddc30866f08" }
ethers = "2.0.14"
chrono = "0.4.38"
async-trait = "0.1.83"
base64 = "0.22.1"
hex = "0.4.3"
ethaddr = "0.2.2"
eyre = "0.6.8"
ethereum-types = "0.14.1"
reqwest = { version = "0.11", features = ["json"] }
scraper = "0.13"
regex = "1.11.1"
[dev-dependencies]
# serde_json.workspace = true
# pkc-api.workspace = true