# 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_data_types" version = "0.19.1" 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 = "6.3.2" [dependencies.ed25519-dalek] version = "1.0.0" features = ["serde"] [dependencies.hex] version = "~0.3.2" [dependencies.multibase] version = "~0.8.0" [dependencies.rand] version = "~0.7.3" [dependencies.rand_core] version = "~0.5.1" [dependencies.serde] version = "1.0.91" features = ["derive", "rc"] [dependencies.signature] version = "1.1.0" [dependencies.thiserror] version = "1.0.23" [dependencies.threshold_crypto] version = "~0.4.0" [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dependencies.xor_name] version = "1.1.9" [dev-dependencies.anyhow] version = "1.0.36" [dev-dependencies.num] version = "~0.4.0" [dev-dependencies.proptest] version = "0.10.1" [dev-dependencies.rand_xorshift] version = "~0.2.0" [features] simulated-payouts = []