systemd-cron-next/vendor/utf8-ranges/Cargo.toml

15 lines
498 B
TOML
Raw Normal View History

2024-11-12 15:03:58 +03:00
[package]
name = "utf8-ranges"
version = "0.1.3" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Convert ranges of Unicode codepoints to UTF-8 byte ranges."
documentation = "http://burntsushi.net/rustdoc/utf8_ranges/"
homepage = "https://github.com/BurntSushi/utf8-ranges"
repository = "https://github.com/BurntSushi/utf8-ranges"
readme = "README.md"
keywords = ["codepoint", "utf8", "automaton", "range"]
license = "Unlicense/MIT"
[dev-dependencies]
quickcheck = "0.2"