# Decentralized Internet ![npm](https://img.shields.io/npm/dt/decentralized-internet?label=NPM%20Installs) | ![Crates.io](https://img.shields.io/crates/d/decentralized-internet?label=crates.io%20Installs) | [![Discord](https://img.shields.io/discord/639489591664967700)](https://discord.gg/buTafPc) | [![Gitter](https://img.shields.io/gitter/room/Decentralized-Internet/community)](https://gitter.im/Decentralized-Internet/community?source=orgpage) | [![Read the Docs](https://img.shields.io/readthedocs/lonero)](https://lonero.readthedocs.io/en/latest/) | ![Crates.io](https://img.shields.io/crates/l/decentralized-internet) | ![Crates.io (version)](https://img.shields.io/crates/dv/decentralized-internet/0.2.2) | ![Crates.io](https://img.shields.io/crates/v/decentralized-internet) | ![GitHub repo size](https://img.shields.io/github/repo-size/Lonero-Team/Decentralized-Internet) | ![GitHub commits since latest release](https://img.shields.io/github/commits-since/Lonero-Team/Decentralized-Internet/latest?label=newest%20commits) ##### Welcome to the decentralized internet repo, please download to get started, and share this repo to show support for the decentralized web. This crates.io package is a library to create decentralized and grid computing applications via Rust ##### Core Dependencies ``` fs = "0.0.5" io = "0.0.2" env = "0.0.0" log = "0.4.0" rand = "0.7.2" time = "0.1.42" rayon = "1.2.0" chrono = "0.4.9" tokio = "0.1.22" thread = "0.0.1" worker = "1.0.0" futures = "0.3.1" num_cpus = "1.11.1" env_logger = "0.7.1" process_lock = "0.1.0" streaming-harness = "0.1.1" ```