[dependencies]
[dev-dependencies.regex]
version = "1.10.2"
[package]
authors = ["Mark Goodwin <m0good04@gmail.com"]
description = "A library for creating indexable strings"
documentation = "https://mdg1019.github.io/indexable_str/index.html"
edition = "2021"
exclude = ["doc/*", "build_docs.sh", "index.html"]
homepage = "https://github.com/mdg1019/indexable_str"
keywords = ["index", "indexable", "string", "parse", "parsing"]
license = "MIT"
name = "indexable_str"
readme = "README.md"
repository = "https://github.com/mdg1019/indexable_str"
version = "0.1.0"