# 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 = "icu_tool" version = "0.1.14" authors = [ "Benign X", "W-Mai", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Image Converter Ultra" homepage = "https://github.com/W-Mai/icu" readme = "README.md" license = "MIT" repository = "https://github.com/W-Mai/icu" [package.metadata.wix] eula = false license = false path-guid = "35F78CC5-7F21-43C4-87B2-157DB5860DEE" upgrade-guid = "368D15F1-EADD-452C-9348-A6A487536412" [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = 3 lto = true [[bin]] name = "icu" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "suggestions", ] [dependencies.clap_complete] version = "4.5.1" [dependencies.eframe] version = "0.26.0" features = [ "glow", "persistence", ] [dependencies.egui_plot] version = "0.26.0" [dependencies.env_logger] version = "0.11.2" [dependencies.icu_lib] version = "0.1.11" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.33"