openvino 0.1.1

High-level bindings for OpenVINO.
[package]
name = "openvino"
version = "0.1.1"
license = "Apache-2.0"
description = "High-level bindings for OpenVINO."
readme = "README.md"
authors = ["OpenVINO Project Developers"]
repository = "https://github.com/openvinotoolkit/openvino"
homepage = "https://github.com/openvinotoolkit/openvino/tree/master/inference-engine/ie_bridges/rust"
documentation = "https://docs.rs/openvino"
edition = "2018"
exclude = [
    "/tests"
]


[dependencies]
openvino-sys = { path = "../openvino-sys", version = "0.1.1" }
thiserror = "1.0.20"