[package] name = "twitter-text" version = "0.2.0" authors = ["Robert Sayre "] readme = "README.md" description = "An implementation of twitter-text in Rust." license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/sayrer/twitter-text" [dependencies] unicode-normalization = "0.1.7" idna = "0.1.5" pest = "2.1.0" twitter_text_config = { path = "../config" , version = "0.2.0" } twitter_text_parser = { path = "../parser" , version = "0.2.0" }