[package] name = "f-xoss" version = "0.1.2" edition = "2021" license.workspace = true repository.workspace = true description = "Free your XOSS device: a library for communicating with XOSS bike computers" [dependencies] btleplug = "0.10.5" uuid = "1.3.2" hex = "0.4.3" binrw = "0.11.1" num_enum = "0.6.1" thiserror = "1.0.40" humansize = "2.1.3" indicatif = "0.17.3" crc16 = "0.4.0" chrono = "0.4.24" serde = "1.0.163" serde_repr = "0.1" serde_tuple = "0.5.0" serde_json = "1.0.96" tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread", "io-util", "fs"] } tokio-stream = "0.1.14" tokio-util = { version = "0.7.8", features = ["io"] } futures-util = "0.3.28" bytes = "1.4.0" async-stream = "0.3.5" async-trait = "0.1.68" surf = { version = "2.3.2", default-features = false } anyhow = "1.0.71" tracing = "0.1.37" #tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } tracing-futures = { version = "0.2.5", features = ["futures-03"] } tracing-indicatif = "0.3.4"