# 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" version = "0.8.0" authors = ["OpenVINO Project Developers"] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "High-level bindings for OpenVINO." documentation = "https://docs.rs/openvino" readme = "README.md" keywords = [ "openvino", "machine-learning", "ml", "neural-network", ] categories = [ "api-bindings", "science", ] license = "Apache-2.0" repository = "https://github.com/intel/openvino-rs" [package.metadata.docs.rs] features = ["runtime-linking"] [lib] name = "openvino" path = "src/lib.rs" [dependencies.openvino-finder] version = "=0.8.0" [dependencies.openvino-sys] version = "=0.8.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.float-cmp] version = "0.10" [features] runtime-linking = ["openvino-sys/runtime-linking"]