# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bbscope" version = "0.2.0" description = "BBCode to HTML with scoping rules, auto-close tags, highly extensible" readme = "README.md" keywords = [ "bbcode", "html", "parse", "scope", "markup", ] categories = [ "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/randomouscrap98/bbscope-rust" [dependencies.html-escape] version = "0.2.12" [dependencies.onestop] version = "0.0.2" optional = true [dependencies.pretty_assertions] version = "1.3.0" optional = true [dependencies.regex] version = "1.0" features = ["std"] default-features = false [features] bigtest = ["dep:pretty_assertions"] perf = ["regex/perf"] profiling = ["dep:onestop"]