font-map-core 0.3.0

Core font-parsing capabilities for font-map
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-core"
version = "0.3.0"
authors = ["@rscarson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core font-parsing capabilities for font-map"
readme = false
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 = [
    "proc-macro2",
    "syn",
    "quote",
]
debug-parser = []
default = []
extended-svg = [
    "base64",
    "flate2",
]

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

[dependencies.base64]
version = "0.22"
optional = true

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.flate2]
version = "1.0"
features = ["zlib-ng"]
optional = true
default-features = false

[dependencies.iced]
version = "0.14"
optional = true

[dependencies.itoa]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"
optional = true

[dependencies.quote]
version = "1.0"
optional = true

[dependencies.syn]
version = "2.0"
optional = true