# 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 = "cargo-devcade" version = "0.8.0" authors = ["Mary Strodl "] description = "CLI tool for building and packaging devcade games" readme = "README.md" license = "MIT" [dependencies.cargo_metadata] version = "0.15.3" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.image] version = "0.24.1" [dependencies.imageproc] version = "0.23.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rusttype] version = "0.9.3" [dependencies.walkdir] version = "2.3.2" [dependencies.webbrowser] version = "0.8.8" features = ["hardened"] [dependencies.zip] version = "0.6.4"