# 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 = "clp" version = "0.5.0" authors = ["valentinegb"] description = "Simple library for creating \"command line presentations\"." readme = "README.md" keywords = [ "presentation", "slides", "cli", "terminal", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/valentinegb/clp" [[example]] name = "clp_presentation" required-features = ["spin_sleep"] [dependencies.crossterm] version = "0.26.1" [dependencies.spin_sleep] version = "1.1.1" optional = true [dev-dependencies.artem] version = "1.1.7" [dev-dependencies.figlet-rs] version = "0.1.5" [dev-dependencies.image] version = "0.24.6" features = ["jpeg"] default-features = false