# 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 = "camloc-server" version = "0.2.1" authors = ["Kris030"] exclude = ["test/"] description = "A DIY GPS for a dank engine." readme = "README.md" license = "MIT" repository = "https://github.com/Kris030/camloc" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.camloc-common] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.tokio] version = "1.28" features = ["full"] [dependencies.tokio-serial] version = "5.4" features = ["libudev"] optional = true [dependencies.tokio-util] version = "0.7.8" [features] all = [ "serial-compass", "serde", ] default = [] serde = [ "dep:serde", "camloc-common/serde", ] serial-compass = ["dep:tokio-serial"]