sleipnir 0.2.15

Memory safe font operations for Google Fonts.
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 = "sleipnir"
version = "0.2.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory safe font operations for Google Fonts."
readme = "README.md"
categories = [
    "text-processing",
    "parsing",
    "graphics",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/googlefonts/sleipnir"

[features]

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.harfrust]
version = "0.5.0"

[dependencies.kurbo]
version = "0.13.0"

[dependencies.png]
version = "0.18.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.regex]
version = "1"

[dependencies.roxmltree]
version = "0.20"

[dependencies.skrifa]
version = "0.40.0"
features = ["traversal"]

[dependencies.smallvec]
version = "1.14"

[dependencies.smol_str]
version = "0.3.2"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.tiny-skia]
version = "0.12.0"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.regex]
version = "1.10.4"

[dev-dependencies.write-fonts]
version = "0.45.0"