satteri-pulldown-cmark 0.2.0

A fork of the pulldown-cmark crate with MDX extensions, used in the satteri project.
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 = "2021"
name = "satteri-pulldown-cmark"
version = "0.2.0"
authors = [
    "Raph Levien <raph.levien@gmail.com>",
    "Marcus Klaas de Vries <mail@marcusklaas.nl>",
    "Bruits",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fork of the pulldown-cmark crate with MDX extensions, used in the satteri project."
readme = "README.md"
license = "MIT"

[features]
default = [
    "std",
    "html",
]
gen-tests = ["std"]
html = ["pulldown-cmark-escape"]
simd = ["pulldown-cmark-escape?/simd"]
std = ["memchr/std"]

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

[[test]]
name = "errors"
path = "tests/errors.rs"

[[test]]
name = "html"
path = "tests/html.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[[test]]
name = "mdx"
path = "tests/mdx.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[dependencies.bitflags]
version = "2"

[dependencies.memchr]
version = "2.5"
default-features = false

[dependencies.oxc_allocator]
version = "0.121.0"

[dependencies.oxc_parser]
version = "0.121.0"

[dependencies.oxc_span]
version = "0.121.0"

[dependencies.pulldown-cmark-escape]
version = "0.11"
optional = true

[dependencies.rustc-hash]
version = "2"

[dependencies.satteri-arena]
version = "0.1.2"

[dependencies.satteri-ast]
version = "0.1.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.unicase]
version = "2.6"