# 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. cargo-features = ["different-binary-name"] [package] edition = "2021" rust-version = "1.72" name = "pixel-fix-rs" version = "0.1.0" authors = ["Jack Fox "] include = [ "**/*.rs", "Cargo.toml", ] description = "A utility to fix alpha in images for Roblox!" readme = "README.md" keywords = [ "roblox", "pixelfix", "pixel-fix", "pixel-fix-rs", "pixelfixrs", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/Nexure/pixel-fix-rs" [[bin]] name = "pixel-fix-rs" filename = "pixelfix" [dependencies.image] version = "0.24.7" [dependencies.spade] version = "2.2.0" [dependencies.tokio] version = "1.33.0" features = ["full"]