mdslides 0.7.2

A tool to convert markdown into reveal.js slides
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.78"
name = "mdslides"
version = "0.7.2"
authors = ["Jonathan Pallant <jonathan.pallant@ferrous-systems.com>"]
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to convert markdown into reveal.js slides"
readme = "README.md"
keywords = [
    "markdown",
    "slides",
]
categories = [
    "command-line-utilities",
    "template-engine",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/ferrous-systems/mdslides/"

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

[[bin]]
name = "mdslides"
path = "src/main.rs"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.graphviz-rust]
version = "0.9.3"

[dependencies.log]
version = "0.4"

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dev-dependencies.folder_compare]
version = "0.4.0"

[profile.dist]
lto = "thin"
inherits = "release"