[package] name = "bbcode" version = "1.0.2" authors = ["Chris MacNaughton "] description = """ bbcode is a trait and impl for &str that compiles BBCode into HTML """ license = "MIT/Apache-2.0" repository = "https://github.com/ChrisMacNaughton/bbcode-rs" [dependencies] lazy_static = "0.2" regex = "0.2"