# 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 = "ex3-block-reports" version = "0.15.21" authors = ["Deland Labs Core Dev "] description = "EX3 block report data structure." homepage = "https://github.com/Deland-Labs/ex3-node" license = "MIT" repository = "https://github.com/Deland-Labs/ex3-node" [dependencies.async-trait] version = "0.1.77" [dependencies.candid] version = "0.10" [dependencies.ciborium] version = "0.2.1" [dependencies.ex3-balance-vault-public-types] version = "0.17" [dependencies.ex3-blockchain-public-types] version = "0.17" [dependencies.ex3-canister-types] version = "0.17" [dependencies.ex3-core-registry-public-types] version = "0.17" [dependencies.ex3-crypto] version = "0.15" features = [ "canister", "hash", ] default-features = false [dependencies.ex3-deposit-detector-public-types] version = "0.17" [dependencies.ex3-node-error] version = "0.14" [dependencies.ex3-node-types] version = "0.15" [dependencies.ex3-payload-derive] version = "0.15" [dependencies.ex3-secret-vault-public-types] version = "0.17" [dependencies.ex3-serde] version = "0.15" [dependencies.ex3-timestamp] version = "0.15" [dependencies.ex3-wallet-registry-public-types] version = "0.17" [dependencies.num-bigint] version = "0.4.3" features = ["serde"] [dependencies.num-traits] version = "0.2.18" [dependencies.once_cell] version = "1.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.sha2] version = "0.10" default-features = false