# 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 = "hs-hackathon" version = "0.1.4" description = "An embedded + computer vision Rust Hackathon" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/helsing-ai/rust-nation" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.color-eyre] version = "0.6" [dependencies.eyre] version = "0.6.12" [dependencies.futures] version = "0.3" [dependencies.hs-hackathon-car] version = "0.1.3" [dependencies.hs-hackathon-drone] version = "0.1.3" [dependencies.hs-hackathon-macros] version = "0.1.3" [dependencies.hs-hackathon-vision] version = "0.1.3" [dependencies.image] version = "0.24" [dependencies.tokio] version = "1.36" features = [ "full", "sync", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies]