[package]
name = "utf8-ranges"
version = "1.0.4"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/ctags.rust", "/session.vim"]
description = "DEPRECATED. Use regex-syntax::utf8 submodule instead."
homepage = "https://github.com/BurntSushi/utf8-ranges"
documentation = "https://docs.rs/utf8-ranges"
readme = "README.md"
keywords = ["codepoint", "utf8", "automaton", "range"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/utf8-ranges"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.quickcheck]
version = "0.8"
default-features = false
[badges.travis-ci]
repository = "BurntSushi/utf8-ranges"