pullup 0.4.3

Convert between markup formats
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 = "pullup"
version = "0.4.3"
authors = ["Christian Legnitto <christian@legnitto.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert between markup formats"
readme = "README.md"
license = "MIT OR Apache-2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "doc_cfg",
    "--generate-link-to-definition",
]

[features]
builder = ["dep:typed-builder"]
markdown = ["dep:pulldown-cmark"]
mdbook = [
    "dep:pulldown_mdbook",
    "dep:html5ever",
    "dep:url",
    "markdown",
]
tracing = [
    "dep:tracing",
    "pulldown_typst/tracing",
    "pulldown_mdbook/tracing",
]
typst = [
    "dep:pulldown_typst",
    "dep:html5ever",
]

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

[dependencies.html5ever]
version = "0.29"
optional = true

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

[dependencies.pulldown_mdbook]
version = "^0.3.4"
optional = true

[dependencies.pulldown_typst]
version = "^0.6.0"
optional = true

[dependencies.tracing]
version = "0.1.40"
optional = true

[dependencies.typed-builder]
version = "0.20"
optional = true

[dependencies.url]
version = "2"
optional = true

[dev-dependencies.similar-asserts]
version = "1.5.0"