[package] authors = ["MaidSafe Developers "] description = "Implementation of the reward scheme for the SAFE Network." documentation = "https://docs.rs/sn_farming" edition = "2018" homepage = "https://maidsafe.net" license = "MIT OR BSD-3-Clause" name = "sn_farming" readme = "README.md" repository = "https://github.com/maidsafe/sn_farming" version = "0.1.0" [dependencies] # # Ensure bincode version is identical to that in SAFE Client Libs and SAFE Network Data. bincode = "=1.2.1" sn_data_types = "~0.11.7" serde = { version = "~1.0.97", features = ["derive"] } crdts = "4.1.0" threshold_crypto = "~0.4.0" rand = "~0.7.3" rayon = "1.3.1" [dev_dependencies]