webfont-generator 0.2.3

Generate webfonts (SVG, TTF, EOT, WOFF, WOFF2) from SVG icons
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 = "webfont-generator"
version = "0.2.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate webfonts (SVG, TTF, EOT, WOFF, WOFF2) from SVG icons"
documentation = "https://docs.rs/webfont-generator"
readme = "README.md"
keywords = [
    "webfont",
    "svg",
    "icon-font",
    "woff",
    "opentype",
]
categories = [
    "command-line-utilities",
    "graphics",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/atlowChemi/vite-svg-2-webfont"

[features]
cli = ["dep:clap"]
default = []
napi = [
    "dep:napi",
    "dep:napi-derive",
]

[lib]
name = "webfont_generator"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "webfont-generator"
path = "src/main.rs"
required-features = ["cli"]

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

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.flate2]
version = "1.1.5"

[dependencies.handlebars]
version = "6.3.2"

[dependencies.kurbo]
version = "0.13.0"

[dependencies.md5]
version = "0.8.0"

[dependencies.napi]
version = "3.8.4"
features = [
    "napi4",
    "async",
    "serde-json-ordered",
]
optional = true
default-features = false

[dependencies.napi-derive]
version = "3.5.3"
optional = true

[dependencies.oxvg_path]
version = "0.0.5"
features = [
    "parse",
    "format",
    "optimise",
]
default-features = false

[dependencies.rayon]
version = "1.11.0"

[dependencies.roxmltree]
version = "0.21.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
    "rt",
    "rt-multi-thread",
]

[dependencies.usvg]
version = "0.47.0"

[dependencies.woff]
version = "0.6.3"

[dependencies.write-fonts]
version = "0.46.0"
features = ["read"]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[build-dependencies.napi-build]
version = "2.3.1"