# 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 = "psf2" version = "0.4.0" description = "Minimal, unopinionated PSF2 bitmap font parser" readme = "README.md" keywords = [ "font", "text", "psf", ] categories = [ "graphics", "no-std", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/Ralith/psf2" resolver = "2" [profile.bench] debug = true [[bench]] name = "bench" harness = false [dependencies.hashbrown] version = "0.12.1" features = ["inline-more"] optional = true default-features = false [dependencies.rustc-hash] version = "1.1" optional = true [dev-dependencies.bencher] version = "0.1.5" [features] default = [ "std", "unicode", ] std = [] unicode = [ "hashbrown", "rustc-hash", ]