taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

Cargo.toml (577B)


      1 [package]
      2 name = "taler-test-utils"
      3 version.workspace = true
      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 tower = "0.5"
     12 axum.workspace = true
     13 tokio.workspace = true
     14 serde_json.workspace = true
     15 serde_urlencoded.workspace = true
     16 serde.workspace = true
     17 taler-common.workspace = true
     18 taler-api.workspace = true
     19 tracing.workspace = true
     20 tracing-subscriber.workspace = true
     21 sqlx.workspace = true
     22 http-body-util.workspace = true
     23 url.workspace = true
     24 libdeflater.workspace = true