taler-rust

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

Cargo.toml (627B)


      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 flate2 = { version = "1.0", features = ["zlib-rs"], default-features = false }
     13 axum.workspace = true
     14 tokio.workspace = true
     15 serde_json.workspace = true
     16 serde_urlencoded.workspace = true
     17 serde.workspace = true
     18 taler-common.workspace = true
     19 taler-api.workspace = true
     20 tracing.workspace = true
     21 tracing-subscriber.workspace = true
     22 sqlx.workspace = true
     23 http-body-util.workspace = true
     24 url.workspace = true