depolymerization

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

Cargo.toml (1014B)


      1 [package]
      2 name = "depolymerizer-bitcoin"
      3 description = "Bitcoin depolymerizer"
      4 version.workspace = true
      5 edition.workspace = true
      6 authors.workspace = true
      7 homepage.workspace = true
      8 repository.workspace = true
      9 license-file.workspace = true
     10 
     11 [features]
     12 # Enable random failures
     13 fail = []
     14 
     15 [dependencies]
     16 bech32 = "0.12.0"
     17 serde_repr = "0.1.16"
     18 depolymerizer-common.workspace = true
     19 bitcoin.workspace = true
     20 clap.workspace = true
     21 serde.workspace = true
     22 serde_json.workspace = true
     23 thiserror.workspace = true
     24 hex.workspace = true
     25 anyhow.workspace = true
     26 taler-api.workspace = true
     27 taler-build.workspace = true
     28 taler-common.workspace = true
     29 sqlx.workspace = true
     30 tokio.workspace = true
     31 tracing.workspace = true
     32 axum.workspace = true
     33 base64.workspace = true
     34 rand.workspace = true
     35 url.workspace = true
     36 jiff.workspace = true
     37 compact_str.workspace = true
     38 
     39 [dev-dependencies]
     40 criterion.workspace = true
     41 taler-test-utils.workspace = true
     42 
     43 [[bench]]
     44 name = "metadata"
     45 harness = false