# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fonterator" version = "0.9.0" authors = ["Jeron Aldaron Lau "] include = ["Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*"] description = "Load fonts as vector graphics in pure Rust with advanced text layout." homepage = "https://github.com/libcala/fonterator/blob/master/CHANGELOG.md" documentation = "https://docs.rs/fonterator" readme = "README.md" keywords = ["font", "truetype", "opentype", "ttf", "otf"] categories = ["gui", "rendering"] license = "Apache-2.0 OR Zlib" repository = "https://github.com/libcala/fonterator" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [[example]] name = "directions" path = "examples/directions.rs" required-features = ["monospace-font"] [[example]] name = "image" path = "examples/image.rs" required-features = ["monospace-font"] [[example]] name = "main" path = "examples/main.rs" required-features = ["monospace-font"] [[example]] name = "raster" path = "examples/raster.rs" required-features = ["monospace-font"] [dependencies.footile] version = "0.6" [dependencies.ttf-parser] version = "0.8" [dependencies.unicode-script] version = "0.5" [dev-dependencies.pix] version = "0.13" [dev-dependencies.png_pong] version = "0.7" [dev-dependencies.svg] version = "0.8" [features] default = [] docs-rs = [] monospace-font = [] normal-font = [] [badges.is-it-maintained-issue-resolution] repository = "libcala/fonterator" [badges.is-it-maintained-open-issues] repository = "libcala/fonterator" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "libcala/fonterator"