[package]
edition = "2021"
name = "standout-bbparser"
version = "3.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BBCode-style tag parser for terminal styling"
readme = false
keywords = [
"cli",
"terminal",
"bbcode",
"parser",
"styling",
]
categories = [
"command-line-interface",
"parser-implementations",
]
license = "MIT"
repository = "https://github.com/arthur-debert/standout"
[lib]
name = "standout_bbparser"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.console]
version = "0.15"
[dev-dependencies.proptest]
version = "1"