font-map 0.3.0

Macros and utilities for parsing font files
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 = "2021"
name = "font-map"
version = "0.3.0"
authors = ["@rscarson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros and utilities for parsing font files"
readme = "readme.md"
keywords = [
    "font",
    "fonts",
    "text",
    "macros",
    "svg",
]
categories = [
    "api-bindings",
    "text-processing",
    "encoding",
    "gui",
]
license = "MIT"
repository = "https://github.com/rscarson/font-map"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
codegen = ["font-map-core/codegen"]
debug-parser = ["font-map-core/debug-parser"]
default = [
    "codegen",
    "macros",
]
extended-svg = [
    "font-map-core/extended-svg",
    "font-map-macros/extended-svg",
]
macros = ["font-map-macros"]

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

[[example]]
name = "codegen"
path = "examples/codegen.rs"

[[example]]
name = "generate_enum"
path = "examples/generate_enum.rs"

[[example]]
name = "loading_fonts"
path = "examples/loading_fonts.rs"

[[bench]]
name = "codegen"
path = "benches/codegen.rs"
harness = false
required-features = ["codegen"]

[[bench]]
name = "load-font"
path = "benches/load-font.rs"
harness = false

[[bench]]
name = "render-svg"
path = "benches/render-svg.rs"
harness = false
required-features = ["extended-svg"]

[dependencies.font-map-core]
version = "0.3.0"

[dependencies.font-map-macros]
version = "0.3.0"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]