]> git.proxmox.com Git - rustc.git/blob - src/vendor/utf8-ranges-0.1.3/Cargo.toml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / utf8-ranges-0.1.3 / Cargo.toml
1 [package]
2 name = "utf8-ranges"
3 version = "0.1.3" #:version
4 authors = ["Andrew Gallant <jamslam@gmail.com>"]
5 description = "Convert ranges of Unicode codepoints to UTF-8 byte ranges."
6 documentation = "http://burntsushi.net/rustdoc/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.2"