# 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 = "mdslides" version = "0.4.0" authors = ["Jonathan Pallant "] exclude = [".github"] 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/" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.pulldown-cmark] version = "0.9.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.7"