# 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" rust-version = "1.70" name = "petpet" version = "2.4.3" authors = ["poly000 "] exclude = ["**/*.raw"] default-run = "petpet" description = "Pet-pet generator in Rust. Translated from https://github.com/camprevail/pet-pet-gif." readme = "README.md" license = "MIT" repository = "https://github.com/poly000/petpet-rs" [profile.release] lto = "thin" codegen-units = 1 panic = "abort" strip = true [dependencies.apng] version = "0.3.4" features = ["png"] optional = true [dependencies.image] version = "0.24.0" default-features = false [build-dependencies.image] version = "0.24.0" optional = true default-features = false [features] bundle_raw_hands = [ "dep:image", "image/webp", ] default = [ "encode_to_gif", "bundle_raw_hands", "encode_to_apng", ] encode_to_apng = ["dep:apng"] encode_to_gif = ["image/gif"] image = [] more_format = [ "image/png", "image/jpeg", "image/webp", ]