# 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 = "redgold-keys" version = "0.1.25" authors = ["Redgold"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "p2p database / compute engine & portfolio target models" homepage = "https://redgold.io" documentation = "https://dev.docs.redgold.io/" readme = "README.md" keywords = [ "crypto", "cryptocurrency", "reputation", "decentralized", "p2p", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/redgold-io/redgold" [lib] name = "redgold_keys" path = "src/lib.rs" [dependencies.alloy-chains] version = "0.1.12" [dependencies.bdk] version = "0.28.1-debug" features = [ "default", "keys-bip39", "bip39", "sled", ] package = "bdk-debug" [dependencies.ethers] version = "2.0.13" [dependencies.foundry-block-explorers] version = "0.2.3" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.redgold-schema] version = "0.1.25" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.130" features = [ "default", "derive", ] [dependencies.serde_json] version = "1.0.59" [dependencies.serde_with] version = "3.2.0" features = ["hex"] [dependencies.sha3] version = "0.10.8" [dependencies.tokio] version = "1.36.0" features = ["rt"]