# 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 = "lvgl" version = "0.6.2" authors = ["Rafael Caricio "] build = "build.rs" description = "LVGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash)." readme = "README.md" keywords = [ "littlevgl", "lvgl", "graphical_interfaces", ] categories = [ "api-bindings", "embedded", "gui", "no-std", ] license = "MIT" repository = "https://github.com/rafaelcaricio/lvgl-rs" resolver = "1" [[example]] name = "app" path = "../examples/app.rs" required-features = [ "alloc", "embedded_graphics", ] [[example]] name = "demo" path = "../examples/demo.rs" required-features = [ "alloc", "embedded_graphics", ] [[example]] name = "bar" path = "../examples/bar.rs" required-features = [ "alloc", "embedded_graphics", ] [[example]] name = "button_click" path = "../examples/button_click.rs" required-features = [ "alloc", "embedded_graphics", ] [[example]] name = "meter" path = "../examples/meter.rs" required-features = [ "alloc", "embedded_graphics", ] [[example]] name = "arc" path = "../examples/arc.rs" required-features = [ "alloc", "embedded_graphics", ] [[example]] name = "sdl" path = "../examples/sdl.rs" required-features = [ "alloc", "drivers", ] [[example]] name = "rust_timer" path = "../examples/rust_timer.rs" required-features = [ "alloc", "embedded_graphics", "rust_timer", ] [dependencies.bitflags] version = "1.3.2" [dependencies.cstr_core] version = "0.2.6" features = ["alloc"] default-features = false [dependencies.ctor] version = "0.2.0" [dependencies.cty] version = "0.2.2" [dependencies.embedded-graphics] version = "0.7.1" optional = true [dependencies.lvgl-sys] version = "0.6.2" [dependencies.paste] version = "1.0.11" [dev-dependencies.embedded-graphics-simulator] version = "0.4.0" [build-dependencies.lvgl-codegen] version = "0.6.2" [build-dependencies.lvgl-sys] version = "0.6.2" [build-dependencies.proc-macro2] version = "1.0.51" [build-dependencies.quote] version = "1.0.23" [features] alloc = ["cstr_core/alloc"] default = [ "embedded_graphics", "drivers", ] drivers = ["lvgl-sys/drivers"] embedded_graphics = ["embedded-graphics"] lvgl_alloc = ["alloc"] nightly = [] rust_timer = ["lvgl-sys/rust_timer"] unsafe_no_autoinit = [] use-vendored-config = ["lvgl-sys/use-vendored-config"]