# 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 = "psf-rs" version = "2.2.0" authors = ["talwat"] description = "A super simple no_std psf2 parser for rust." homepage = "https://github.com/talwat/psf-rs" documentation = "https://github.com/talwat/psf-rs" readme = "README.md" keywords = [ "psf2", "tty", "font", "bitmap", "psf", ] categories = [ "embedded", "encoding", "parsing", "no-std", "text-processing", ] license = "MIT" repository = "https://github.com/talwat/psf-rs" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.ahash] version = "0.8.6" default-features = false [dependencies.hash32] version = "0.3.1" [dependencies.heapless] version = "0.8.0"