# 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] name = "freetype-rs" version = "0.37.0" authors = ["Coeuvre "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for FreeType font library" homepage = "https://github.com/PistonDevelopers/freetype-rs" readme = "README.md" keywords = [ "freetype", "font", "glyph", ] license = "MIT" repository = "https://github.com/PistonDevelopers/freetype-rs.git" [lib] name = "freetype" path = "src/lib.rs" [[example]] name = "glyph_outline" path = "examples/glyph_outline.rs" [[example]] name = "single_glyph" path = "examples/single_glyph.rs" [dependencies.bitflags] version = "2.4.0" [dependencies.freetype-sys] version = "0.21.0" [dependencies.libc] version = "0.2.1" [dev-dependencies.unicode-normalization] version = "0.1.0" [features] bundled = ["freetype-sys/bundled"]