# 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 = "ev3dev-lang-rust" version = "0.14.0" authors = ["Lars Westermann "] description = "Rust language bindings for ev3dev" readme = "README.md" keywords = [ "ev3", "ev3dev", "lego", "mindstorms", ] categories = [ "api-bindings", "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/pixix4/ev3dev-lang-rust" [package.metadata.docs.rs] features = [ "ev3", "screen", ] rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] opt-level = "z" lto = true strip = "debuginfo" [[example]] name = "buttons" required-features = ["ev3"] [[example]] name = "screen" required-features = ["screen"] [[test]] name = "ev3" required-features = ["ev3"] [[test]] name = "brickpi" required-features = ["brickpi"] [[test]] name = "brickpi3" required-features = ["brickpi3"] [[test]] name = "override-driver-path" required-features = ["override-driver-path"] [dependencies.ev3dev-lang-rust-derive] version = "0.10" [dependencies.framebuffer] version = "0.3" optional = true [dependencies.image] version = "0.24" optional = true [dependencies.libc] version = "0.2" [dependencies.paste] version = "1.0" [features] brickpi = [] brickpi3 = [] default = ["ev3"] ev3 = [] override-driver-path = [] screen = [ "framebuffer", "image", ]