rushdown-meta 0.9.7

Meta(YAML frontmatter) extension for rushdown markdown parser
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"
rust-version = "1.87"
name = "rushdown-meta"
version = "0.9.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Meta(YAML frontmatter) extension for rushdown markdown parser"
homepage = "https://github.com/yuin/rushdown-meta"
documentation = "https://docs.rs/rushdown-meta"
readme = "README.md"
keywords = [
    "markdown",
    "commonmark",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/yuin/rushdown-meta"
resolver = "2"

[features]
alloc = []
default = ["std"]
no-std = [
    "alloc",
    "rushdown/no-std",
]
std = ["rushdown/default"]

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

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

[dependencies.rushdown]
version = "0.16.0"
default-features = false

[dependencies.yaml-peg]
version = "1.0.9"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"