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