# 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_messaging" version = "37.1.1" authors = ["MaidSafe Developers "] description = "Safe Network Messaging" homepage = "https://maidsafe.net" readme = "README.md" license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_messaging" [dependencies.bincode] version = "1.2.1" [dependencies.bls_dkg] version = "~0.3.1" [dependencies.bytes] version = "1.0.1" [dependencies.cookie-factory] version = "0.3.1" [dependencies.crdts] version = "6.3.2" [dependencies.ed25519-dalek] version = "1.0.0" features = ["serde"] [dependencies.hex_fmt] version = "~0.3.0" [dependencies.itertools] version = "~0.9.0" [dependencies.multibase] version = "~0.8.0" [dependencies.rand] version = "~0.7.3" [dependencies.rand_core] version = "~0.5.1" [dependencies.rmp-serde] version = "~0.15.1" [dependencies.secured_linked_list] version = "0.1.1" [dependencies.serde] version = "1.0.91" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.signature] version = "1.1.0" [dependencies.sn_data_types] version = "~0.18.3" [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.10" [dev-dependencies.anyhow] version = "1.0.36" [dev-dependencies.rand_xorshift] version = "~0.2.0" [features] client-only = [] simulated-payouts = ["sn_data_types/simulated-payouts"]