# 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.74.0" name = "asciidoc-parser" version = "0.1.1" authors = ["Eric Scouten "] build = 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/scouten/asciidoc-parser" [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.thiserror] version = "1.0.63" [dev-dependencies.codspeed-criterion-compat] version = "2.3.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.pretty_assertions_sorted] version = "1.2.3"