# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vmaf-sys" version = "0.0.10" authors = ["colbyn "] description = "Rust VMAF FFI" license = "MIT" repository = "https://github.com/colbyn/vmaf-sys" [package.metadata.docs.rs] features = ["buildtype-docs-only"] no-default-features = true [dependencies.lazy_static] version = "^1.4" [dependencies.tempfile] version = "^3.1" [build-dependencies.bindgen] version = "0.50" [build-dependencies.flate2] version = "1.0.12" [build-dependencies.reqwest] version = "0.9.22" [build-dependencies.tar] version = "0.4.26" [features] buildtype-docs-only = [] default = []