Cargo.toml (928B)
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 [lib] 12 doctest = false 13 14 [dependencies] 15 sqlx.workspace = true 16 serde_json = { workspace = true, features = ["raw_value"] } 17 jiff = { workspace = true, features = ["serde"] } 18 taler-common.workspace = true 19 taler-api.workspace = true 20 taler-build.workspace = true 21 http-client.workspace = true 22 clap.workspace = true 23 serde.workspace = true 24 serde_with.workspace = true 25 serde_path_to_error.workspace = true 26 thiserror.workspace = true 27 tracing.workspace = true 28 tokio.workspace = true 29 compact_str.workspace = true 30 anyhow.workspace = true 31 owo-colors.workspace = true 32 failure-injection.workspace = true 33 hyper.workspace = true 34 url.workspace = true 35 36 [dev-dependencies] 37 taler-test-utils.workspace = true 38 rand.workspace = true