asciidoc-parser 0.15.2

Parser for AsciiDoc format
Documentation
# 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 = "2024"
rust-version = "1.88.0"
name = "asciidoc-parser"
version = "0.15.2"
authors = ["Eric Scouten <git@scouten.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for AsciiDoc format"
documentation = "https://docs.rs/asciidoc-parser"
readme = "README.md"
keywords = [
    "asciidoc",
    "parser",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/asciidoc-rs/asciidoc-parser"
resolver = "2"

[package.metadata.cargo-udeps.ignore]
development = ["criterion"]

[lib]
name = "asciidoc_parser"
path = "src/lib.rs"

[[bench]]
name = "element_attributes"
path = "benches/element_attributes.rs"
harness = false

[[bench]]
name = "inline_macro"
path = "benches/inline_macro.rs"
harness = false

[[bench]]
name = "section_with_two_blocks"
path = "benches/section_with_two_blocks.rs"
harness = false

[[bench]]
name = "simple_parse"
path = "benches/simple_parse.rs"
harness = false

[dependencies.bytecount]
version = "0.6.7"

[dependencies.memchr]
version = "2.6.4"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.self_cell]
version = "1.2.0"

[dependencies.thiserror]
version = "2.0.1"

[dev-dependencies.codspeed-criterion-compat]
version = "5.0.0"

[dev-dependencies.criterion]
version = "0.8.0"

[dev-dependencies.pretty_assertions_sorted]
version = "1.2.3"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(test)"]