[package]
name = "bbscope"
version = "0.1.8"
edition = "2021"
license = "MIT"
description = "BBCode to HTML with scoping rules, auto-close tags, highly extensible"
repository = "https://github.com/randomouscrap98/bbscope-rust"
readme = "README.md"
keywords = ["bbcode","html","parse","scope","markup"]
categories = ["parsing","text-processing"]
[dependencies]
regex = { version = "1.0", default-features = false, features = ["std"] }
html-escape = "0.2.12"
pretty_assertions = { version = "1.3.0", optional = true }
onestop = { version = "0.0.2", optional = true }
[features]
perf = ["regex/perf"]
profiling = ["dep:onestop"]
bigtest = ["dep:pretty_assertions"]