# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rmonitor" version = "0.3.0" authors = ["Richard Bradfield "] description = """ A simple, Tokio-compatible protocol decoder for RMonitor, a line based timing protocol supported by different vendors of sport timing software. """ homepage = "https://github.com/bradfier/rmonitor" documentation = "https://docs.rs/rmonitor" readme = "README.md" keywords = [ "motorsport", "race", "timing", "rmonitor", ] categories = ["network-programming"] license = "MIT/Apache-2.0" [dependencies.futures] version = "0.3.30" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt", "net", "io-util", "time", "macros", ] [dependencies.tokio-util] version = "0.7" features = ["codec"]