mcai-onnxruntime-sys 0.0.15

Unsafe wrapper around Microsoft's ONNX Runtime
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.59"

[build-dependencies.flate2]
version = "1.0"

[build-dependencies.tar]
version = "0.4"

[build-dependencies.ureq]
version = "2.1"

[build-dependencies.zip]
version = "0.5"

[dependencies]

[features]
default = []
disable-sys-build-script = []
generate-bindings = ["bindgen"]

[package]
authors = ["Nicolas Bigaouette <nbigaouette@elementai.com>", "Thibaud Le Graverend <thibaud.legraverend@media-io.com>"]
categories = ["science"]
description = "Unsafe wrapper around Microsoft's ONNX Runtime"
documentation = "https://docs.rs/onnxruntime-sys"
edition = "2018"
homepage = "https://gitlab.com/media-cloud-ai/libraries/mcai-onnxruntime"
keywords = ["neuralnetworks", "onnx", "bindings"]
license = "MIT OR Apache-2.0"
name = "mcai-onnxruntime-sys"
readme = "../README.md"
repository = "https://gitlab.com/media-cloud-ai/libraries/mcai-onnxruntime"
version = "0.0.15"
[package.metadata.docs.rs]
features = ["disable-sys-build-script"]