[package] authors = ["MaidSafe Developers "] description = "Implementation of Transfers in the SAFE Network." documentation = "https://docs.rs/safe-transfers" edition = "2018" homepage = "https://maidsafe.net" license = "MIT OR BSD-3-Clause" name = "safe-transfers" readme = "README.md" repository = "https://github.com/maidsafe/safe-transfers" version = "0.1.0" # [patch.crates-io] # safe-nd = { git = "https://github.com/oetyng/safe-nd.git", rev = "2c16b8c" } [dependencies] # # Ensure bincode version is identical to that in SAFE Client Libs and SAFE Network Data. bincode = "=1.1.4" safe-nd = "=0.9.0" serde = { version = "~1.0.97", features = ["derive"] } crdts = "=2.0.0" threshold_crypto = "~0.3.2" [dev_dependencies]