# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "kl-hyphenate" version = "0.7.3" authors = ["Bastien Dejean ", "Andrew "] build = "build.rs" exclude = ["/patterns/*"] description = "Knuth-Liang hyphenation for a variety of languages" homepage = "https://github.com/baskerville/kl-hyphenate" documentation = "https://docs.rs/kl-hyphenate" readme = "README.md" keywords = ["text", "typesetting"] license = "Apache-2.0/MIT" repository = "https://github.com/baskerville/kl-hyphenate" [dependencies.atlatl] version = "0.1.2" features = ["serde"] [dependencies.bincode] version = "1.2.1" [dependencies.kl-hyphenate-commons] version = "0.7.3" [dependencies.serde] version = "1.0.110" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.unicode-segmentation] version = "1.6.0" [build-dependencies.atlatl] version = "0.1.2" features = ["serde"] [build-dependencies.bincode] version = "1.2.1" [build-dependencies.kl-hyphenate-commons] version = "0.7.3" [build-dependencies.serde] version = "1.0.110" [build-dependencies.unicode-normalization] version = "0.1.12" optional = true [features] build_dictionaries = [] nfc = ["unicode-normalization"] nfd = ["unicode-normalization"] nfkc = ["unicode-normalization"] nfkd = ["unicode-normalization"]