# 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 = "hypher" version = "0.1.5" authors = ["Laurenz "] exclude = ["patterns/*"] 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" [profile.dev.build-override] opt-level = 1 [features] afrikaans = [] albanian = [] alloc = [] belarusian = [] bulgarian = [] catalan = [] croatian = [] czech = [] danish = [] default = [ "alloc", "full", ] dutch = [] english = [] estonian = [] finnish = [] french = [] full = [ "afrikaans", "albanian", "belarusian", "bulgarian", "catalan", "croatian", "czech", "danish", "dutch", "english", "estonian", "finnish", "french", "georgian", "german", "greek", "hungarian", "icelandic", "italian", "kurmanji", "latin", "lithuanian", "mongolian", "norwegian", "polish", "portuguese", "russian", "serbian", "slovak", "slovenian", "spanish", "swedish", "turkish", "turkmen", "ukrainian", ] georgian = [] german = [] greek = [] hungarian = [] icelandic = [] italian = [] kurmanji = [] latin = [] lithuanian = [] mongolian = [] norwegian = [] polish = [] portuguese = [] russian = [] serbian = [] slovak = [] slovenian = [] spanish = [] swedish = [] turkish = [] turkmen = [] ukrainian = []