dragonfly-client-backend 0.1.70

Backend for the dragonfly client
Documentation
[package]
name = "dragonfly-client-backend"
description = "Backend for the dragonfly client"
version.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
keywords.workspace = true
license.workspace = true
edition.workspace = true

[dependencies]
dragonfly-client-core.workspace = true
reqwest.workspace = true
tokio.workspace = true
tokio-util.workspace = true
rustls-pki-types.workspace = true
tonic.workspace = true
url.workspace = true
tracing.workspace = true
futures = "0.3.28"
rustls = "0.21.6"
libloading = "0.8.3"

[dev-dependencies]
httpmock = "0.7.0"