# 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 = "simple-layout" version = "0.0.2" description = "Simple layout library for embedded-graphics" readme = "README.md" keywords = [ "layout", "linear-layout", ] categories = [ "gui", "graphics", ] license = "MIT" repository = "https://github.com/koa/simple-layout" [dependencies.embedded-graphics] version = "0.8" [dependencies.embedded-graphics-simulator] version = "0.6.0" optional = true [dependencies.env_logger] version = "0.10.1" optional = true [dependencies.log] version = "0.4.20" optional = true [dev-dependencies.chrono] version = "0.4.31" [features] simulate-example = [ "embedded-graphics-simulator", "log", ]