auk_markdown 0.1.0

Markdown support for Auk.
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 = "auk_markdown"
version = "0.1.0"
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown support for Auk."
documentation = "https://docs.rs/auk_markdown"
readme = "README.md"
keywords = [
    "auk",
    "markdown",
]
categories = [
    "template-engine",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/maxdeviant/auk"

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

[dependencies.auk]
version = "0.6.0"

[dependencies.derive_more]
version = "0.99.18"

[dependencies.pulldown-cmark]
version = "0.9.3"
default-features = false

[dependencies.slug]
version = "0.1.5"

[dev-dependencies.indoc]
version = "2.0.4"

[dev-dependencies.insta]
version = "1.34.0"
features = ["yaml"]