# 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 = "fll-rs" version = "0.1.4" description = "Movement and ui apis for lego ev3 robots intended for use in the FIRST Lego League competition" documentation = "https://docs.rs/fll-rs" readme = "README.md" keywords = [ "ev3", "ev3dev", "lego", "fll", "first", ] categories = [ "science::robotics", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Eoghanmc22/fll-rs" [profile.release] strip = true [dependencies.anyhow] version = "1" [dependencies.ev3dev-lang-rust] version = "0.12" features = ["screen"] [dependencies.fxhash] version = "0.2.1" [dependencies.image] version = "0.24" default-features = false [dependencies.imageproc] version = "0.23" default-features = false [dependencies.rusttype] version = "0.9" [dev-dependencies.rand] version = "0.8"