# 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 = "rust-vmaf-sys" version = "0.2.0" authors = ["Daniel Sedlak "] description = """ Exported bindings for the libvmaf. """ license = "MIT" [build-dependencies.bindgen] version = "0.69.4" [lints.clippy] as_conversions = "deny" expect_used = "deny" indexing_slicing = "deny" missing_errors_doc = "allow" module_inception = "allow" module_name_repetitions = "allow" panic = "deny" panic_in_result_fn = "deny" string_slice = "deny" todo = "deny" unwrap_used = "deny" [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rustdoc.all] level = "deny" priority = -1