taler-rust

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

Cargo.toml (883B)


      1 [package]
      2 name = "taler-cyclos"
      3 version = "0.0.0"
      4 description = "Taler Cyclos adapter"
      5 edition.workspace = true
      6 authors.workspace = true
      7 homepage.workspace = true
      8 repository.workspace = true
      9 license-file.workspace = true
     10 
     11 [dependencies]
     12 sqlx.workspace = true
     13 serde_json = { workspace = true, features = ["raw_value"] }
     14 jiff = { workspace = true, features = ["serde"] }
     15 taler-common.workspace = true
     16 taler-api.workspace = true
     17 taler-build.workspace = true
     18 http-client.workspace = true
     19 clap.workspace = true
     20 serde.workspace = true
     21 serde_with.workspace = true
     22 serde_path_to_error.workspace = true
     23 thiserror.workspace = true
     24 tracing.workspace = true
     25 tokio.workspace = true
     26 compact_str.workspace = true
     27 anyhow.workspace = true
     28 owo-colors.workspace = true
     29 failure-injection.workspace = true
     30 hyper.workspace = true
     31 url.workspace = true
     32 
     33 [dev-dependencies]
     34 taler-test-utils.workspace = true