# 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 = "img_comp" version = "1.0.3" authors = ["zomem"] build = false include = ["/src"] autobins = false autoexamples = false autotests = false autobenches = false description = "jpg, png 图片压缩" readme = "README.md" keywords = [ "image", "compression", "rimage", ] categories = ["compression"] license = "MIT" [lib] name = "img_comp" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.rimage] version = "0.10.3" [dependencies.uuid] version = "1.10.0" features = ["v4"]