2022-04-06 20:18:32 +00:00
|
|
|
[package]
|
|
|
|
name = "backend"
|
2023-02-24 11:59:12 +00:00
|
|
|
version = "4.3.0-test.1"
|
2022-04-06 20:18:32 +00:00
|
|
|
authors = ["Orne Brocaar <info@brocaar.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
|
|
serde_json = "1.0"
|
|
|
|
thiserror = "1.0"
|
|
|
|
anyhow = "1.0"
|
|
|
|
tracing = "0.1"
|
|
|
|
hex = "0.4"
|
|
|
|
rand = "0.8"
|
|
|
|
aes-kw = "0.2"
|
|
|
|
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
|
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
2023-02-06 12:23:44 +00:00
|
|
|
tokio = { version = "1.25", features = ["macros" ] }
|
2022-06-30 10:11:21 +00:00
|
|
|
|
|
|
|
# Development and testing
|
|
|
|
[dev-dependencies]
|
|
|
|
httpmock = "0.6"
|