# 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 = "sn_farming" version = "0.1.0" authors = ["MaidSafe Developers "] description = "Implementation of the reward scheme for the SAFE Network." homepage = "https://maidsafe.net" documentation = "https://docs.rs/sn_farming" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_farming" [dependencies.bincode] version = "=1.2.1" [dependencies.crdts] version = "4.1.0" [dependencies.rand] version = "~0.7.3" [dependencies.rayon] version = "1.3.1" [dependencies.serde] version = "~1.0.97" features = ["derive"] [dependencies.sn_data_types] version = "~0.11.7" [dependencies.threshold_crypto] version = "~0.4.0" [dev-dependencies]