cargo-features = ["different-binary-name"] [package] name = "pixel-fix-rs" version = "0.1.0" repository = "https://github.com/Nexure/pixel-fix-rs" authors = ["Jack Fox "] description = "A utility to fix alpha in images for Roblox!" categories = ["command-line-utilities"] keywords = ["roblox", "pixelfix", "pixel-fix", "pixel-fix-rs", "pixelfixrs"] readme = "README.md" license-file = "LICENSE" edition = "2021" rust-version = "1.72" include = ["**/*.rs", "Cargo.toml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.33.0", features = ["full"] } image = "0.24.7" spade = "2.2.0" [[bin]] name = "pixel-fix-rs" filename = "pixelfix"