# 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 = "multi-mono-font" version = "0.3.2" authors = ["Merisy-Thing "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Multi mono font mixed typesetting for embedded-graphics" readme = "README.md" keywords = [ "embedded-graphics", "embedded", "font", "mono-font", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/Merisy-Thing/multi-mono-font" [lib] name = "multi_mono_font" path = "src/lib.rs" [[example]] name = "mono" path = "examples/mono.rs" [[example]] name = "rgb" path = "examples/rgb.rs" [dependencies.embedded-graphics] version = "0.8.1" [dev-dependencies.embedded-graphics-simulator] version = "0.7.0" [features] big-character-size = [] defmt = []