# 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 = "mkrevealslides" version = "0.9.0" authors = ["Robert "] description = "Creates reveal.js presentations automatically from markdown files" homepage = "https://github.com/tinkertanker/mkrevealslides" readme = "README.md" keywords = [ "markdown", "revealjs", "presentation", ] license = "GPL-3.0-or-later" repository = "https://github.com/tinkertanker/mkrevealslides" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "3.2.8" features = [ "cargo", "derive", ] [dependencies.natord] version = "1.0.9" [dependencies.pulldown-cmark] version = "0.9.1" default-features = false [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.tera] version = "1" default-features = false [dependencies.tracing] version = "0.1.35" [dependencies.tracing-subscriber] version = "0.3.14" [dev-dependencies.tempfile] version = "3.3.0"