blob: 67d9cf3057119554b2d97f8e578436776f14b543 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "utf8-ranges"
version = "1.0.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/ctags.rust", "/session.vim"]
description = "Convert ranges of Unicode codepoints to UTF-8 byte ranges."
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.quickcheck]
version = "0.7"
default-features = false
[badges.travis-ci]
repository = "BurntSushi/utf8-ranges"