# 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 = "trifit" version = "0.4.0" authors = ["Rowan S-L "] publish = true description = "Image compression and art generation with triangles!" homepage = "https://github.com/rowan-sl/trifit" readme = "README.md" keywords = [ "art", "image", "mindustry", "cli-tool", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "MIT" repository = "https://github.com/rowan-sl/trifit" resolver = "2" [profile.release] debug = true [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.flume] version = "0.10.13" [dependencies.gif] version = "0.11.4" [dependencies.image] version = "0.24.2" [dependencies.lazysort] version = "0.2.1" [dependencies.log] version = "0.4" [dependencies.palette] version = "0.6.0" [dependencies.piston] version = "0.53.0" [dependencies.piston2d-graphics] version = "0.42.0" [dependencies.piston2d-opengl_graphics] version = "0.81.0" [dependencies.piston2d-sprite] version = "0.66.0" [dependencies.pistoncore-glutin_window] version = "0.69.0" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.resvg] version = "0.23.0" [dependencies.svg] version = "0.10.0" [dependencies.tiny-skia] version = "0.6.6" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.usvg] version = "0.23.0"