# 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_lib" version = "0.1.14" authors = [ "Benign X", "W-Mai", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Image Converter Ultra Library" homepage = "https://github.com/W-Mai/icu" readme = "README.md" license = "MIT" repository = "https://github.com/W-Mai/icu" [lib] name = "icu_lib" path = "src/lib.rs" bench = false [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "bench_01" path = "benches/bench_01.rs" harness = false [dependencies.color_quant] version = "1.1.0" [dependencies.env_logger] version = "0.11.2" [dependencies.image] version = "0.25.5" features = ["color_quant"] [dependencies.log] version = "0.4.20" [dependencies.modular-bitfield] version = "0.11.2" [dependencies.png] version = "0.17.13" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dev-dependencies.criterion] version = "0.5.1"