# 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-rs" version = "0.0.1" 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.anyhow] version = "1.0.81" [dependencies.bitflags] version = "2" [dependencies.chrono] version = "0.4.35" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.futures] version = "0.3.30" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "io-util", "macros", "rt-multi-thread", ] [dependencies.tokio-serial] version = "5.0.5" [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"