taler-rust

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

Cargo.toml (829B)


      1 [package]
      2 name = "taler-api"
      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 listenfd = "1.0.0"
     12 dashmap = "6.1"
     13 base64.workspace = true
     14 http-body-util.workspace = true
     15 zlib-rs = "0.6.3"
     16 tokio = { workspace = true, features = ["signal"] }
     17 serde.workspace = true
     18 tracing.workspace = true
     19 serde_json.workspace = true
     20 serde_path_to_error.workspace = true
     21 axum.workspace = true
     22 url.workspace = true
     23 thiserror.workspace = true
     24 taler-common.workspace = true
     25 sqlx.workspace = true
     26 jiff.workspace = true
     27 aws-lc-rs.workspace = true
     28 compact_str.workspace = true
     29 
     30 [dev-dependencies]
     31 taler-test-utils.workspace = true
     32 criterion.workspace = true
     33 fastrand.workspace = true
     34 
     35 [[bench]]
     36 name = "subject"
     37 harness = false