# 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 = "libvmaf-rs" version = "0.5.2" authors = ["Brandon PiƱa"] description = "(WIP) Ergonomic bindings for Netflix's libvmaf" readme = "readme.md" license = "GPL-3.0-or-later" repository = "https://github.com/ThatNerdUKnow/libvmaf-rs" [profile.release] lto = true [dependencies.errno] version = "0.2.8" [dependencies.error-stack] version = "0.2.4" features = ["anyhow"] [dependencies.ffmpeg-next] version = "6.0.0" [dependencies.libc] version = "0.2.137" [dependencies.libvmaf-sys] version = "0.4.4" default-features = false [dependencies.num_cpus] version = "1.14.0" [dependencies.ptrplus] version = "2.1.0" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.indicatif] version = "0.17.3" [features] avx512 = ["libvmaf-sys/avx512"] default = ["libvmaf-static"] ffmpeg-build = ["ffmpeg-next/build"] ffmpeg-static = ["ffmpeg-next/static"] float = ["libvmaf-sys/float"] libvmaf-build = ["libvmaf-sys/build"] libvmaf-static = ["libvmaf-sys/static"]