# 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 = "spandex-hyphenation" version = "0.7.4" authors = ["Thomas Forgione ", "Andrew "] build = "build.rs" include = ["**/*.rs", "**/Cargo.toml", "dictionaries/*", "patterns/*", "README.md", "LICENSE*"] description = "Knuth-Liang hyphenation for a variety of languages" homepage = "https://github.com/rust-spandex/hyphenation" readme = "README.md" keywords = ["text", "typesetting"] license = "Apache-2.0/MIT" repository = "https://github.com/rust-spandex/hyphenation" [dependencies.atlatl] version = "0.1.2" features = ["serde"] [dependencies.bincode] version = "1.0" [dependencies.hyphenation_commons] version = "0.7.1" [dependencies.serde] version = "1.0" [dev-dependencies.lazy_static] version = "1.1" [dev-dependencies.quickcheck] version = "0.7" [dev-dependencies.unicode-segmentation] version = "1.2" [build-dependencies.atlatl] version = "0.1.2" features = ["serde"] [build-dependencies.bincode] version = "1.0" [build-dependencies.hyphenation_commons] version = "0.7.1" [build-dependencies.pocket-resources] version = "0.3" optional = true [build-dependencies.serde] version = "1.0" [build-dependencies.unicode-normalization] version = "0.1" optional = true [features] build_dictionaries = [] embed_all = ["pocket-resources"] nfc = ["unicode-normalization"] nfd = ["unicode-normalization"] nfkc = ["unicode-normalization"] nfkd = ["unicode-normalization"]