# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sn_record_store" version = "0.1.13" authors = ["MaidSafe Developers "] description = "Safe Network Record Storage" homepage = "https://maidsafe.net" documentation = "https://docs.rs/sn_node" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" resolver = "1" [dependencies.libp2p] version = "0.51" features = [ "tokio", "kad", "macros", ] [dependencies.rand] version = "~0.8.5" features = ["small_rng"] [dependencies.sn_protocol] version = "0.2.0" [dependencies.tracing] version = "~0.1.26" [dev-dependencies.quickcheck] version = "1.0.3"