vmaf-head-sys 0.1.0

FFI bindings to Netflix VMAF (vendored)
Documentation
# 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 = "vmaf-head-sys"
version = "0.1.0"
authors = ["Marcus Asteborg <xnorpx@outlook.com>"]
build = "build.rs"
links = "vmaf"
exclude = [
    "*.py",
    "__pycache__/",
    ".github/",
    "vendored/vmaf/.git*",
    "vendored/vmaf/python/",
    "vendored/vmaf/resource/",
    "vendored/vmaf/unittest/",
    "vendored/vmaf/workspace/",
    "vendored/vmaf/matlab/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to Netflix VMAF (vendored)"
documentation = "https://docs.rs/vmaf-head-sys"
readme = "README.md"
keywords = [
    "vmaf",
    "video",
    "quality",
    "ffi",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "multimedia::video",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xnorpx/rust-vmaf"

[package.metadata.docs.rs]
all-features = true

[features]
asm = []
built-in-models = []
default = [
    "built-in-models",
    "asm",
]
float = []

[lib]
name = "vmaf_head_sys"
path = "src/lib.rs"

[[test]]
name = "jpeg_vmaf"
path = "tests/jpeg_vmaf.rs"

[dependencies]

[dev-dependencies.image]
version = "0.25"
features = ["jpeg"]
default-features = false

[build-dependencies]