morphio 0.1.1

Morphs the font, so it renders worda as wordb
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 = "morphio"
version = "0.1.1"
authors = ["PRO-2684"]
build = false
include = [
    "src",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Morphs the font, so it renders worda as wordb"
readme = "README.md"
keywords = [
    "font",
    "morph",
    "typography",
    "cli",
    "wasm",
]
categories = [
    "command-line-utilities",
    "wasm",
]
license = "MIT"
repository = "https://github.com/PRO-2684/morphio"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
disabled-strategies = ["quick-install"]

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[features]
cli = ["argh"]
default = []

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

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

[dependencies.argh]
version = "0.1.19"
features = ["help"]
optional = true
default-features = false

[dependencies.range-set-blaze]
version = "0.5.0"

[dependencies.read-fonts]
version = "0.38.0"

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

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.104"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.81"
features = [
    "Document",
    "Element",
    "HtmlElement",
    "Node",
    "Window",
]