# 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.3.8" authors = ["Christian Legnitto "] 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", ] [dependencies.pulldown-cmark] version = "0.9.2" optional = true [dependencies.pulldown_mdbook] version = "^0.3.2" optional = true [dependencies.pulldown_typst] version = "^0.3.7" optional = true [dependencies.tracing] version = "0.1.40" optional = true [dependencies.typed-builder] version = "0.18.0" optional = true [dev-dependencies.similar-asserts] version = "1.5.0" [features] builder = ["dep:typed-builder"] markdown = ["dep:pulldown-cmark"] mdbook = [ "dep:pulldown_mdbook", "markdown", ] tracing = [ "dep:tracing", "pulldown_typst/tracing", "pulldown_mdbook/tracing", ] typst = ["dep:pulldown_typst"]