# 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 = "noest" version = "0.1.1" authors = ["Janek S. "] description = "Tool to estimate noise in a video and output the results, optionally as ISO for use with photon noise in AV1 encoding." homepage = "https://github.com/superyu1337/noest/" license-file = "LICENSE.txt" repository = "https://github.com/superyu1337/noest/" [profile.release] lto = true codegen-units = 1 [dependencies.av-metrics-decoders] version = "0.3.1" features = ["vapoursynth"] [dependencies.clap] version = "4.3.5" features = ["derive"] [dependencies.indicatif] version = "0.17.5" [dependencies.libm] version = "0.2.7" [target."cfg(not(target_env = \"msvc\"))".dependencies.tikv-jemallocator] version = "0.5"