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]
13edition = "2021"
14name = "utf16_iter"
15version = "1.0.5"
16authors = ["Henri Sivonen <hsivonen@hsivonen.fi>"]
17description = "Iterator by char over potentially-invalid UTF-16 in &[u16]"
18homepage = "https://docs.rs/utf16_iter/"
19documentation = "https://docs.rs/utf16_iter/"
20readme = "README.md"
21keywords = [
22 "encoding",
23 "UTF-16",
24 "unicode",
25 "iterator",
26]
27categories = [
28 "text-processing",
29 "encoding",
30 "internationalization",
31]
32license = "Apache-2.0 OR MIT"
33repository = "https://github.com/hsivonen/utf16_iter"
34