# 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 = "reveal-yaml" version = "1.1.5" authors = ["KmolYuan "] description = "A YAML project manager serving Reveal.js slides." readme = "README.md" keywords = [ "cli", "web", "yaml", "revealjs", "slideshow", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/KmolYuan/reveal-yaml-rs" [dependencies.actix] version = "0.13" [dependencies.actix-files] version = "0.6" [dependencies.actix-web] version = "4" [dependencies.actix-web-actors] version = "4" [dependencies.binstall-zip] version = "0.6" [dependencies.clap] version = "4" features = ["derive"] [dependencies.pulldown-cmark] version = "0.9" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.temp-dir] version = "0.1" [dependencies.webbrowser] version = "0.8" [dependencies.yaml-peg] version = "1" features = ["serde"]