# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "decentralized-internet" version = "0.2.2" authors = ["Andrew Kamal"] description = "A library to create decentralized and grid computing applications via Rust" readme = "README.md" keywords = ["data", "cryptocurrency", "asynchronous", "algorithms", "computing"] categories = ["development-tools"] license = "MIT" [dependencies.chrono] version = "0.4.9" [dependencies.env] version = "0.0.0" [dependencies.env_logger] version = "0.7.1" [dependencies.fs] version = "0.0.5" [dependencies.futures] version = "0.3.1" [dependencies.io] version = "0.0.2" [dependencies.log] version = "0.4.0" [dependencies.num_cpus] version = "1.11.1" [dependencies.process_lock] version = "0.1.0" [dependencies.rand] version = "0.7.2" [dependencies.rayon] version = "1.2.0" [dependencies.streaming-harness] version = "0.1.1" [dependencies.thread] version = "0.0.1" [dependencies.time] version = "0.1.42" [dependencies.tokio] version = "0.1.22" [dependencies.worker] version = "1.0.0"