depolymerization

wire gateway for Bitcoin/Ethereum
Log | Files | Refs | Submodules | README | LICENSE

Cargo.toml (756B)


      1 [package]
      2 name = "testbench"
      3 version = "0.1.0"
      4 edition.workspace = true
      5 authors.workspace = true
      6 homepage.workspace = true
      7 repository.workspace = true
      8 license-file.workspace = true
      9 
     10 [dependencies]
     11 # Cli args parser
     12 clap.workspace = true
     13 depolymerizer-common.workspace = true
     14 # Bitcoin
     15 depolymerizer-bitcoin = { path = "../depolymerizer-bitcoin" }
     16 bitcoin.workspace = true
     17 # Wire Gateway
     18 ureq = { version = "3.0.0", features = ["json"] }
     19 # terminal color
     20 owo-colors = "4.0.0"
     21 # Edit toml files
     22 rust-ini = "0.21.0"
     23 # Progress reporting
     24 indicatif = "0.18.0"
     25 reedline = "0.41.0"
     26 taler-common.workspace = true
     27 tokio.workspace = true
     28 anyhow.workspace = true
     29 tracing-subscriber.workspace = true
     30 tracing.workspace = true
     31 sqlx.workspace = true
     32 url.workspace = true