uvb-device-binding 0.2.1

Device-to-session binding and trust anchoring for UVB
Documentation
[package]
name = "uvb-device-binding"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Device-to-session binding and trust anchoring for UVB"

[dependencies]
async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
tokio = { version = "1", features = ["sync", "time"] }
tracing = "0.1"
uuid = { version = "1", features = ["v4", "serde"] }
sha2 = "0.10"
hex = "0.4"

uvb-core = { path = "../../core/uvb-core", version = "0.2.1" }

[dev-dependencies]
tokio = { version = "1", features = ["full", "test-util"] }