# 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-address-parser" version = "0.15.1" authors = ["Deland Labs Core Dev "] description = "EX3 blockchain wallet address parser." homepage = "https://github.com/Deland-Labs/ex3-node" license = "MIT" repository = "https://github.com/Deland-Labs/ex3-node" [dependencies.bitcoin] version = "0.31" [dependencies.ex3-crypto] version = "0.15" features = ["canister"] [dependencies.ex3-node-error] version = "0.14" [dependencies.ex3-node-types] version = "0.15" [dependencies.hex] version = "0.4.3" [dependencies.k256] version = "0.13.1" features = [ "ecdsa", "sha256", "std", ] default-features = false [dependencies.num-bigint] version = "0.4.3" features = ["serde"] [dependencies.num-traits] version = "0.2.18"