fcft 0.1.0

Bindings to fcft: library for font loading and glyph rasterization
Documentation
# 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 = "2024"
name = "fcft"
version = "0.1.0"
build = false
exclude = ["/fcft-sys"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to fcft: library for font loading and glyph rasterization"
readme = "README.md"
keywords = [
    "fcft",
    "font",
    "text",
    "fontconfig",
    "freetype",
]
categories = [
    "api-bindings",
    "text-processing",
]
license = "ISC"
repository = "https://git.sr.ht/~whynothugo/fcft-rs"

[lib]
name = "fcft"
path = "src/lib.rs"

[[test]]
name = "api"
path = "tests/api.rs"

[dependencies.fcft-sys]
version = "0.1.0"