# 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-sys" version = "0.6.2" authors = ["Rafael Caricio "] build = "build.rs" links = "lvgl" exclude = [ "vendor/lvgl/demos", "vendor/lvgl/tests", "vendor/lvgl/examples", "vendor/lvgl/docs", "vendor/lvgl/scripts", ] description = "Raw bindings to the LVGL C library." homepage = "https://github.com/rafaelcaricio/lvgl-rs" readme = "README.md" keywords = [ "littlevgl", "lvgl", ] categories = [ "external-ffi-bindings", "embedded", "gui", "no-std", ] license = "MIT" repository = "https://github.com/rafaelcaricio/lvgl-rs" resolver = "1" [lib] name = "lvgl_sys" [dependencies.cty] version = "0.2.2" [build-dependencies.bindgen] version = "0.64.0" [build-dependencies.cc] version = "1.0.79" [features] drivers = [] rust_timer = [] use-vendored-config = []