Cargo.toml (1117B)
1 [package] 2 name = "taler-magnet-bank" 3 version.workspace = true 4 description = "Taler Magnet Bank adapter" 5 edition.workspace = true 6 authors.workspace = true 7 homepage.workspace = true 8 repository.workspace = true 9 license-file.workspace = true 10 11 [lib] 12 doctest = false 13 14 [dependencies] 15 form_urlencoded = "1.2" 16 percent-encoding = "2.3" 17 rpassword = "7.4" 18 getrandom = "0.4.1" 19 sqlx.workspace = true 20 serde_json = { workspace = true, features = ["raw_value"] } 21 jiff = { workspace = true, features = ["serde"] } 22 taler-common.workspace = true 23 taler-api.workspace = true 24 taler-build.workspace = true 25 http-client.workspace = true 26 clap.workspace = true 27 serde.workspace = true 28 serde_with.workspace = true 29 serde_path_to_error.workspace = true 30 serde_urlencoded.workspace = true 31 thiserror.workspace = true 32 tracing.workspace = true 33 tokio.workspace = true 34 anyhow.workspace = true 35 base64.workspace = true 36 owo-colors.workspace = true 37 failure-injection.workspace = true 38 hyper.workspace = true 39 url.workspace = true 40 aws-lc-rs.workspace = true 41 compact_str.workspace = true 42 43 [dev-dependencies] 44 taler-test-utils.workspace = true 45 rand.workspace = true