[package] name = "lark-string" version = "0.1.0" authors = ["Niko Matsakis "] edition = "2018" description = "String handling functionality for the Lark compiler." readme = "readme.md" keywords = ["lark"] license-file = "../../LICENSE-APACHE OR ../../LICENSE-MIT" repository = "https://github.com/lark-exploration/lark/tree/master/components/lark-string" [dependencies] lark-debug-with = { path = "../lark-debug-with", version = "0.1.0" } lark-intern = { path = "../lark-intern", version = "0.1.0" } parking_lot = "0.7" lark-collections = { path = "../lark-collections", version = "0.1.0" }