# 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 = "2021" name = "sportident" version = "0.0.9" include = [ "/src", "LICENSE", "/examples", "README.md", ] description = "Interact with Sportident in rust with ease." readme = "README.md" keywords = [ "sportident", "orienteering", ] categories = ["hardware-support"] license = "Apache-2.0" repository = "https://github.com/yogevm15/sportident-rs" [dependencies.bitflags] version = "2.5" [dependencies.chrono] version = "0.4.35" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.futures] version = "0.3.30" [dependencies.serialport] version = "4.2.0" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio-serial] version = "5.0.5" [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.hex] version = "0.4" [dev-dependencies.tokio] version = "1.38.0" features = [ "rt", "rt-multi-thread", "macros", ]