# 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 = "as2c" version = "0.1.3" authors = [ "BuyMyMojo ", "Josh Holmer ", "Luigi311 ", ] exclude = [ "/test_images", ".*", ] description = "Another ssimulacra2 cli" homepage = "https://github.com/BuyMyMojo/another_ssimulacra2_cli" readme = "README.md" keywords = [ "ssim", "ssimulacra2", "metrics", "libjxl", ] categories = [ "command-line-utilities", "multimedia::images", "multimedia::encoding", "multimedia", ] license = "BSD-2-Clause" repository = "https://github.com/BuyMyMojo/another_ssimulacra2_cli" [profile.release] lto = "thin" codegen-units = 1 [profile.release-full-lto] lto = true inherits = "release" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.futures] version = "0.3.25" [dependencies.image] version = "0.24.4" [dependencies.num_cpus] version = "1.13.1" [dependencies.progress_bar] version = "1.0.3" [dependencies.ssimulacra2] version = "0.3.0" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.yuvxyb] version = "0.3.0"