[package] name = "rmonitor" version = "0.3.0" license = "MIT/Apache-2.0" readme = "README.md" authors = ["Richard Bradfield "] keywords = ["motorsport", "race", "timing", "rmonitor"] homepage = "https://github.com/bradfier/rmonitor" documentation = "https://docs.rs/rmonitor" categories = ["network-programming"] description = """ A simple, Tokio-compatible protocol decoder for RMonitor, a line based timing protocol supported by different vendors of sport timing software. """ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" tokio = { version = "1", features = ["rt", "net", "io-util", "time", "macros"] } tokio-util = { version = "0.7", features = ["codec"] } futures = "0.3.30"