]> git.proxmox.com Git - rustc.git/blob - src/vendor/utf8-ranges/Cargo.toml
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / utf8-ranges / Cargo.toml
1 [package]
2 name = "utf8-ranges"
3 version = "1.0.0" #:version
4 authors = ["Andrew Gallant <jamslam@gmail.com>"]
5 description = "Convert ranges of Unicode codepoints to UTF-8 byte ranges."
6 documentation = "https://docs.rs/utf8-ranges"
7 homepage = "https://github.com/BurntSushi/utf8-ranges"
8 repository = "https://github.com/BurntSushi/utf8-ranges"
9 readme = "README.md"
10 keywords = ["codepoint", "utf8", "automaton", "range"]
11 license = "Unlicense/MIT"
12
13 [dev-dependencies]
14 quickcheck = "0.4.1"