# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "embedded-picofont" version = "0.2.1" authors = ["Martin Larralde "] build = "src/build.rs" description = "The PICO-8 font to use with embedded-graphics" homepage = "https://github.com/althonos/embedded-picofont" readme = "README.md" keywords = ["embedded", "graphics", "pico-8", "font", "monospace"] categories = ["embedded", "no-std", "rendering"] license = "MIT" repository = "https://github.com/althonos/embedded-picofont" [dependencies.embedded-graphics] version = "0.6.0" [dev-dependencies.lodepng] version = "3.2" [build-dependencies.bitvec] version = "0.19.4" [build-dependencies.lodepng] version = "3.2" [badges.codecov] repository = "althonos/embedded-picofont" service = "github" [badges.is-it-maintained-issue-resolution] repository = "althonos/embedded-picofont" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "althonos/embedded-picofont"