| 1 | # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| 2 | # |
| 3 | # When uploading crates to the registry Cargo will automatically |
| 4 | # "normalize" Cargo.toml files for maximal compatibility |
| 5 | # with all versions of Cargo and also rewrite `path` dependencies |
| 6 | # to registry (e.g., crates.io) dependencies. |
| 7 | # |
| 8 | # If you are reading this file be aware that the original Cargo.toml |
| 9 | # will likely look very different (and much more reasonable). |
| 10 | # See Cargo.toml.orig for the original contents. |
| 11 | |
| 12 | [package] |
| 13 | edition = "2021" |
| 14 | name = "utf16_iter" |
| 15 | version = "1.0.5" |
| 16 | authors = ["Henri Sivonen <hsivonen@hsivonen.fi>" ] |
| 17 | description = "Iterator by char over potentially-invalid UTF-16 in &[u16]" |
| 18 | homepage = "https://docs.rs/utf16_iter/" |
| 19 | documentation = "https://docs.rs/utf16_iter/" |
| 20 | readme = "README.md" |
| 21 | keywords = [ |
| 22 | "encoding" , |
| 23 | "UTF-16" , |
| 24 | "unicode" , |
| 25 | "iterator" , |
| 26 | ] |
| 27 | categories = [ |
| 28 | "text-processing" , |
| 29 | "encoding" , |
| 30 | "internationalization" , |
| 31 | ] |
| 32 | license = "Apache-2.0 OR MIT" |
| 33 | repository = "https://github.com/hsivonen/utf16_iter" |
| 34 | |