makepad/libs/pulldown-cmark/Cargo.toml
2026-02-12 15:02:01 +01:00

71 lines
1.5 KiB
TOML

# 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.71.1"
name = "pulldown-cmark"
version = "0.12.2"
authors = [
"Raph Levien <raph.levien@gmail.com>",
"Marcus Klaas de Vries <mail@marcusklaas.nl>",
]
build = "build.rs"
exclude = [
"/third_party/**/*",
"/tools/**/*",
"/specs/**/*",
"/azure-pipelines.yml",
]
description = "A pull parser for CommonMark"
readme = "README.md"
keywords = [
"markdown",
"commonmark",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/raphlinus/pulldown-cmark"
[dependencies.bitflags]
version = "2"
path = "../bitflags"
[dependencies.getopts]
version = "0.2"
optional = true
[dependencies.memchr]
version = "2.7"
path = "../memchr"
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dependencies.unicase]
version = "2.9"
path = "../unicase"
[features]
default = [
"getopts",
]
gen-tests = []
# html removed - kept as empty feature to silence cfg warnings
html = []
simd = []
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(rustbuild)"]