# 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 = "deck-rs" version = "0.1.0" authors = ["Udasi "] description = "Presentations in the terminal" keywords = [ "terminal", "tui", "markdown", "slides", "deck", ] categories = [ "command-line-utilities", "command-line-interface", "template-engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/niftytyro/deck-rs" resolver = "2" [dependencies.argh] version = "0.1.8" [dependencies.comrak] version = "0.14.0" [dependencies.crossterm] version = "0.23" [dependencies.tui] version = "0.19.0"