# 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" rust-version = "1.65" name = "bbx" version = "0.3.1" description = "A robust, performant BBCode pull parser." readme = "README.md" license = "MIT" repository = "https://github.com/moonheart08/bbx" [package.metadata.release] owners = ["moonheart08"] [dependencies.bitflags] version = "^2" [dependencies.html-escape] version = "0.2.13" optional = true [dependencies.static_assertions] version = "^1" [features] alloc = [] default = [ "html_gen", "track_open_tags", "parser_rules", ] html_gen = [ "alloc", "track_open_tags", "parser_rules", "dep:html-escape", ] nightly = [] parser_rules = [ "alloc", "track_open_tags", ] track_open_tags = ["alloc"]