# 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.74" name = "ssimulacra2_rs" version = "0.5.2" description = "Binary exposing the ssimulacra2 rust implementation" homepage = "https://github.com/rust-av/ssimulacra2_bin" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/rust-av/ssimulacra2_bin" [profile.release] lto = "thin" codegen-units = 1 [dependencies.anyhow] version = "1.0.55" [dependencies.av-metrics-decoders] version = "0.3.1" features = [ "vapoursynth", "y4m", ] optional = true [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.image] version = "0.25.1" features = [ "png", "jpeg", "webp", "hdr", "exr", ] default-features = false [dependencies.indicatif] version = "0.17.1" [dependencies.num-traits] version = "0.2.15" optional = true [dependencies.plotters] version = "0.3.4" features = [ "bitmap_backend", "area_series", "ttf", ] optional = true default-features = false [dependencies.ssimulacra2] version = "0.5.0" default-features = false [dependencies.statrs] version = "0.17.0" optional = true [features] default = ["video"] video = [ "av-metrics-decoders", "plotters", "statrs", "num-traits", ]