# 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.58" name = "pulldown-cmark-frontmatter" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Frontmatter extractor for Markdown documents" readme = "README.md" keywords = [ "pulldown-cmark", "markdown", "frontmatter", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/pulldown-cmark-frontmatter" [lib] name = "pulldown_cmark_frontmatter" path = "src/lib.rs" [[example]] name = "extractor" path = "examples/extractor.rs" [[example]] name = "html" path = "examples/html.rs" [dependencies.pulldown-cmark] version = "0.12" default-features = false [dev-dependencies.pulldown-cmark] version = "0.12" features = ["html"] default-features = false [dev-dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.toml] version = "0.8.0"