# 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 = "2018" name = "embedded_font" version = "0.1.3" authors = ["Florian Blasius "] description = "Font rendering (ttf and otf) with embedded-graphics." keywords = ["text", "font", "embedded", "no_std"] license = "MIT" repository = "https://codeberg.org/morphUI/embedded_font" [dependencies.embedded-graphics] version = "0.7.1" [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.rusttype] version = "0.9.2" default-features = false [dev-dependencies.embedded-graphics-simulator] version = "0.3.0-alpha.2" [dev-dependencies.embedded-text] version = "0.4.0" [features] default = ["rusttype/libm-math", "num-traits/libm"] std = ["rusttype/std", "num-traits/default"]