# 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 = "codeslide-cli" version = "0.9.1" authors = ["AsherJingkongChen"] description = "A simple code slideshow command line interface" homepage = "https://github.com/AsherJingkongChen/codeslide-cli/README.md" readme = "README.md" keywords = [ "slideshow", "cli", "command-line-tool", "slide", ] license = "MIT" repository = "https://github.com/AsherJingkongChen/codeslide-cli" [[bin]] name = "codeslide-cli" path = "./src/cli/main.rs" [dependencies.askama] version = "0.12.0" [dependencies.debug_print] version = "1.0.0" [dependencies.headless_chrome] version = "1.0.5" [dependencies.minifier] version = "0.2.2" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.url] version = "2.3.1" features = ["serde"]