# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bbclash" version = "1.1.1" authors = ["Enda Hallahan <41527196+EndaHallahan@users.noreply.github.com>"] exclude = ["benches/texts", "tests", ".github"] description = "A robust, opinionated, performance-focused BBCode to HTML parser and compiler." documentation = "https://docs.rs/bbclash/" readme = "README.md" keywords = ["bbcode"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/EndaHallahan/BBClash" [lib] name = "bbclash" crate-type = ["dylib", "rlib"] bench = false [[bench]] name = "benchmarks" harness = false [dependencies.phf] version = "0.7" features = ["macros"] [dependencies.rctree] version = "0.3.3" [dev-dependencies.criterion] version = "0.2"