# 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 = "safe-nd" version = "0.11.7" authors = ["MaidSafe Developers "] description = "Safe Network Data Types" homepage = "https://maidsafe.net" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_data_types" [dependencies.bincode] version = "1.2.1" [dependencies.crdts] version = "4.2.0" [dependencies.ed25519] version = "1.0.1" [dependencies.ed25519-dalek] version = "1.0.0-pre.4" features = ["serde"] [dependencies.hex_fmt] version = "~0.3.0" [dependencies.multibase] version = "~0.8.0" [dependencies.rand] version = "~0.7.3" [dependencies.serde] version = "1.0.91" features = ["derive"] [dependencies.sha3] version = "~0.8.2" [dependencies.signature] version = "1.1.0" [dependencies.threshold_crypto] version = "~0.4.0" [dependencies.tiny-keccak] version = "~1.5.0" [dependencies.unwrap] version = "~1.2.1" [dependencies.xor_name] version = "1.1.0" [dev-dependencies.hex] version = "~0.3.2" [dev-dependencies.rand_xorshift] version = "~0.2.0" [features] simulated-payouts = []