# 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.79" name = "turbo-metrics-cli" version = "0.3.0" authors = ["Guillaume Anthouard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Toolkit to compute quality metrics fast using a GPU (CLI version)" homepage = "https://github.com/Gui-Yom/turbo-metrics" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/Gui-Yom/turbo-metrics" [[bin]] name = "turbo-metrics" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "color", "derive", "error-context", "help", "std", "usage", "wrap_help", ] default-features = false [dependencies.turbo-metrics] version = "0.3" default-features = false [features] avif = ["turbo-metrics/avif"] bmp = ["turbo-metrics/bmp"] default = [ "png", "jpeg", "jpeg-xl", ] gif = ["turbo-metrics/gif"] jpeg = ["turbo-metrics/jpeg"] jpeg-xl = ["turbo-metrics/jpeg-xl"] png = ["turbo-metrics/png"] qoi = ["turbo-metrics/qoi"] static = ["turbo-metrics/static"] tiff = ["turbo-metrics/tiff"] webp = ["turbo-metrics/webp"]