# 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_registers" version = "0.4.3" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe Network Register Logic" homepage = "https://maidsafe.net" documentation = "https://docs.rs/sn_node" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" [lib] name = "sn_registers" path = "src/lib.rs" [dependencies.bls] version = "8.0.1" package = "blsttc" [dependencies.crdts] version = "7.3" features = ["merkle"] default-features = false [dependencies.hex] version = "~0.4.3" [dependencies.rmp-serde] version = "1.1.1" [dependencies.serde] version = "1.0.133" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0.23" [dependencies.tiny-keccak] version = "~2.0.2" [dependencies.xor_name] version = "5.0.0" [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "~0.8.5" features = ["small_rng"] [features] test-utils = [] [lints.clippy] clone_on_ref_ptr = "warn" unicode_not_nfc = "warn" uninlined_format_args = "warn" unused_async = "warn" unwrap_used = "warn" [lints.rust] arithmetic_overflow = "forbid" mutable_transmutes = "forbid" no_mangle_const_items = "forbid" trivial_casts = "warn" trivial_numeric_casts = "warn" unknown_crate_types = "forbid" unsafe_code = "warn" unused_extern_crates = "warn" unused_import_braces = "warn"