# 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_transfers" version = "0.20.3" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe Network Transfer 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_transfers" path = "src/lib.rs" [[bench]] name = "reissue" path = "benches/reissue.rs" harness = false [dependencies.bls] version = "8.0.1" package = "blsttc" [dependencies.chrono] version = "0.4.38" [dependencies.custom_debug] version = "~0.6.1" [dependencies.dirs-next] version = "~2.0.0" [dependencies.hex] version = "~0.4.3" [dependencies.lazy_static] version = "~1.4.0" [dependencies.libp2p] version = "0.54.1" features = [ "identify", "kad", ] [dependencies.rand] version = "~0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.8.0" [dependencies.ring] version = "0.17.8" [dependencies.rmp-serde] version = "1.1.1" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.133" features = [ "derive", "rc", ] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1.0.108" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.24" [dependencies.tiny-keccak] version = "~2.0.2" features = ["sha3"] [dependencies.tracing] version = "~0.1.26" [dependencies.walkdir] version = "~2.5.0" [dependencies.xor_name] version = "5.0.0" [dev-dependencies.assert_fs] version = "1.0.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", ] [features] reward-forward = [] test-utils = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.fs2] version = "0.4.3" [target."cfg(unix)".dev-dependencies.pprof] version = "0.13.0" features = ["flamegraph"] [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"