hypher 0.1.7

hypher separates words into syllables.
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"
rust-version = "1.64"
name = "hypher"
version = "0.1.7"
authors = ["Laurenz <laurmaedje@gmail.com>"]
build = false
exclude = ["patterns/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "hypher separates words into syllables."
readme = "README.md"
keywords = [
    "hyphenation",
    "syllables",
]
categories = [
    "text-processing",
    "internationalization",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/typst/hypher"

[features]
afrikaans = []
albanian = []
alloc = []
assamese = []
belarusian = []
bengali = []
bulgarian = []
catalan = []
croatian = []
czech = []
danish = []
default = [
    "alloc",
    "full",
]
dutch = []
english = []
estonian = []
finnish = []
french = []
full = [
    "afrikaans",
    "albanian",
    "assamese",
    "bengali",
    "belarusian",
    "bulgarian",
    "catalan",
    "croatian",
    "czech",
    "danish",
    "dutch",
    "english",
    "estonian",
    "finnish",
    "french",
    "galician",
    "georgian",
    "german",
    "greek",
    "gujarati",
    "hindi",
    "hungarian",
    "icelandic",
    "italian",
    "kannada",
    "kurmanji",
    "latin",
    "lithuanian",
    "malayalam",
    "marathi",
    "mongolian",
    "norwegian",
    "oriya",
    "panjabi",
    "polish",
    "portuguese",
    "russian",
    "sanskrit",
    "serbian",
    "slovak",
    "slovenian",
    "spanish",
    "swedish",
    "tamil",
    "telugu",
    "turkish",
    "turkmen",
    "ukrainian",
]
galician = []
georgian = []
german = []
greek = []
gujarati = []
hindi = []
hungarian = []
icelandic = []
italian = []
kannada = []
kurmanji = []
latin = []
lithuanian = []
malayalam = []
marathi = []
mongolian = []
norwegian = []
oriya = []
panjabi = []
polish = []
portuguese = []
russian = []
sanskrit = []
serbian = []
slovak = []
slovenian = []
spanish = []
swedish = []
tamil = []
telugu = []
turkish = []
turkmen = []
ukrainian = []

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

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

[profile.dev.build-override]
opt-level = 1