[package]
name = "strcursor"
version = "0.2.3"
authors = ["Daniel Keep <daniel.keep@gmail.com>"]
description = "Provides a string cursor type for seeking through a string whilst respecting grapheme cluster and code point boundaries."
repository = "https://github.com/DanielKeep/strcursor"
documentation = "https://danielkeep.github.io/strcursor/doc/strcursor/index.html"
readme = "README.md"
keywords = ["str", "string", "cursor", "grapheme", "unicode"]
license = "MIT/Apache-2.0"
exclude = [
"update-docs.py",
]
[dependencies]
unicode-segmentation = "0.1.0"
[build-dependencies]
rustc_version = "0.1.4"