# 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 = "2018" name = "sn_dbc" version = "20.0.0" authors = ["MaidSafe Developers "] description = "Safe Network DBC" documentation = "https://docs.rs/sn_dbc" readme = "README.md" keywords = [ "Safe", "Network", "SafeNetwork", "DBC", ] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/sn_dbc" [[bench]] name = "reissue" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.blsttc] version = "8.0.1" [dependencies.custom_debug] version = "~0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.133" features = [ "derive", "rc", ] optional = true [dependencies.thiserror] version = "1.0.24" [dependencies.tiny-keccak] version = "2.0.0" features = ["sha3"] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1" [features] mock = [] serdes = ["serde"] [target."cfg(unix)".dev-dependencies.pprof] version = "0.11.0" features = ["flamegraph"]