# 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 = "2018" name = "unicode-joining-type" version = "1.0.0" authors = ["YesLogic Pty. Ltd. "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fast lookup of the Unicode Joining Type and Joining Group properties" homepage = "https://github.com/yeslogic/unicode-joining-type" documentation = "https://docs.rs/unicode-joining-type" readme = "README.md" keywords = [ "unicode", "joining", "arabic", "shaping", "no-std", ] categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/yeslogic/unicode-joining-type" [lib] name = "unicode_joining_type" path = "src/lib.rs" [dependencies]