# 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 = "ibm437" version = "0.3.3" authors = ["Sebastien Bechet "] build = "src/build.rs" description = "The IBM437 font for uses with the embedded-graphics crate." documentation = "https://docs.rs/ibm437" readme = "README.md" keywords = [ "bitmap", "monochrome", "font", "monospace", ] categories = [ "rendering", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/sbechet/ibm437" [[bench]] name = "bench_mapping" harness = false [dependencies.embedded-graphics] version = "0.8" [dev-dependencies.criterion] version = "0" [dev-dependencies.embedded-graphics-simulator] version = "0.6" [build-dependencies.bitvec] version = "1" [build-dependencies.png] version = "0.17" [features] bold8x8 = [] default = [ "regular8x8", "bold8x8", "regular9x14", ] regular8x8 = [] regular9x14 = []