onnxruntime-sys-patch 0.0.14

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>"]
categories = ["science"]
description = "Unsafe wrapper around Microsoft's ONNX Runtime"
documentation = "https://docs.rs/onnxruntime-sys"
edition = "2018"
homepage = "https://github.com/nbigaouette/onnxruntime-rs"
keywords = ["neuralnetworks", "onnx", "bindings"]
license = "MIT OR Apache-2.0"
name = "onnxruntime-sys-patch"
readme = "./README.md"
repository = "https://github.com/nbigaouette/onnxruntime-rs"
version = "0.0.14"
[package.metadata.docs.rs]
features = ["disable-sys-build-script"]