rubify 0.1.0

Add ruby characters to 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 = "2024"
name = "rubify"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Add ruby characters to fonts."
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/lemueldls/rubify"

[features]
default = [
    "pinyin",
    "romaji",
    "woff2",
]
pinyin = ["dep:pinyin"]
romaji = ["dep:wana_kana"]
woff2 = ["dep:woofwoof"]

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

[[bin]]
name = "rubify"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.atomic_float]
version = "1.1.0"

[dependencies.facet]
version = "0.44"

[dependencies.figue]
version = "2.0.0"

[dependencies.fontcull]
version = "2.0"
default-features = false

[dependencies.fontcull-font-types]
version = "0.10"

[dependencies.fontcull-klippa]
version = "0.1"

[dependencies.fontcull-read-fonts]
version = "0.38"
features = ["experimental_traverse"]

[dependencies.fontcull-skrifa]
version = "0.39"

[dependencies.fontcull-write-fonts]
version = "0.44"

[dependencies.glob]
version = "0.3.3"

[dependencies.indicatif]
version = "0.18.4"
features = ["rayon"]

[dependencies.kurbo]
version = "0.12"

[dependencies.pinyin]
version = "0.11.0"
optional = true

[dependencies.rayon]
version = "1.11.0"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-indicatif]
version = "0.3"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.wana_kana]
version = "4.0.0"
optional = true

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