[package] name = "noest" version = "0.1.1" edition = "2021" authors = ["Janek S. "] homepage = "https://github.com/superyu1337/noest/" repository = "https://github.com/superyu1337/noest/" license-file = "LICENSE.txt" description = "Tool to estimate noise in a video and output the results, optionally as ISO for use with photon noise in AV1 encoding." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] av-metrics-decoders = { version = "0.3.1", features = ["vapoursynth"] } clap = { version = "4.3.5", features = ["derive"] } indicatif = "0.17.5" libm = "0.2.7" # Jemallocator on non msvc compiler for more speed [target.'cfg(not(target_env = "msvc"))'.dependencies] tikv-jemallocator = "0.5" [profile.release] lto = true codegen-units = 1