# 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 = "openvino-sys" version = "0.8.0" authors = ["OpenVINO Project Developers"] build = "build.rs" links = "openvino_c_api" include = [ "/Cargo.toml", "/README.md", "/build.rs", "/src", "/upstream/src/bindings/c/include", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings for OpenVINO (use the `openvino` crate for easier-to-use bindings)." documentation = "https://docs.rs/openvino-sys" readme = "README.md" keywords = [ "openvino", "machine-learning", "ml", "neural-network", ] categories = [ "external-ffi-bindings", "science", ] license = "Apache-2.0" repository = "https://github.com/intel/openvino-rs" [package.metadata.docs.rs] features = ["runtime-linking"] [lib] name = "openvino_sys" path = "src/lib.rs" [dependencies.libloading] version = "0.8" optional = true [dependencies.once_cell] version = "1.18" optional = true [dependencies.openvino-finder] version = "=0.8.0" [build-dependencies.env_logger] version = "0.11" [build-dependencies.openvino-finder] version = "=0.8.0" [features] dynamic-linking = [] runtime-linking = [ "libloading", "once_cell", ]