forked from Lonero-Team/Decentralized-Internet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
30 lines (28 loc) · 742 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
[package]
name = "decentralized-internet"
version = "0.2.2"
authors = ["Andrew Kamal"]
readme = "README.md"
description = "A library to create decentralized and grid computing applications via Rust"
license = "MIT"
keywords = ["data", "cryptocurrency", "asynchronous", "algorithms", "computing"]
categories = ["development-tools"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fs = "0.0.5"
io = "0.0.2"
env = "0.0.0"
log = "0.4.8"
rand = "0.7.3"
time = "0.2.16"
rayon = "1.3.1"
chrono = "0.4.13"
tokio = "0.2.21"
thread = "0.1.0"
worker = "1.0.0"
futures = "0.3.5"
num_cpus = "1.13.0"
env_logger = "0.7.1"
process_lock = "0.1.0"
streaming-harness = "0.1.1"