sevenmark-parser 2.21.6

Core parsing engine for SevenMark wiki markup
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.93.0"
name = "sevenmark-parser"
version = "2.21.6"
authors = ["Levi Laine <shiueo.csh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core parsing engine for SevenMark wiki markup"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/sevenwiki/sevenmark"

[features]
default = []
include_locations = []

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

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "gen_expected"
path = "examples/gen_expected.rs"

[[example]]
name = "parse"
path = "examples/parse.rs"

[[test]]
name = "comprehensive_parser_tests"
path = "tests/comprehensive_parser_tests.rs"
required-features = ["include_locations"]

[dependencies.paste]
version = "1.0.15"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.winnow]
version = "0.7.14"
features = ["simd"]