# 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 = "freetype-sys" version = "0.21.0" authors = ["Coeuvre "] build = "build.rs" links = "freetype" autobins = false autoexamples = false autotests = false autobenches = false description = "Low level binding for FreeType font library" homepage = "https://github.com/PistonDevelopers/freetype-sys" readme = "README.md" keywords = [ "freetype", "ffi", ] license = "MIT" repository = "https://github.com/PistonDevelopers/freetype-sys.git" [lib] name = "freetype_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2.42" [build-dependencies.cc] version = "1" [build-dependencies.pkg-config] version = "0.3.11" [features] bundled = []