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