# 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 = "async-hwi-cli" version = "0.0.20" authors = ["Edouard Paris "] description = "HWI CLI" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/wizardsardine/async-hwi" [[bin]] name = "hwi" path = "src/bin/hwi.rs" [dependencies.async-hwi] version = "0.0.22" [dependencies.bitcoin] version = "0.31" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.tokio] version = "1" features = [ "macros", "net", "rt", "rt-multi-thread", "io-util", "sync", ]