[package] name = "tuerschloss" version = "0.1.0" edition = "2018" [dependencies] anyhow = "1.0.44" base64 = "0.13.0" base64-serde = "0.6.1" bluest = "0.5.3" crc16 = "0.4.0" chrono = "0.4.19" futures-util = "0.3.17" rand = "0.8.4" serde = { version = "1.0.131", features = ["derive"] } serde_json = "1.0.72" sodiumoxide = "0.2.7" thiserror = "1.0.29" tokio = { version = "1.12.0", features = [ "rt-multi-thread", "macros", "sync", "fs", "io-util", ] } nfc-stream = { git = "https://github.com/kalkspace/nfc-stream-rs.git" } tracing = "0.1.38" tracing-subscriber = "0.3.17"