taler-rust

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

Cargo.toml (907B)


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