# 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 = "onnxruntime-sys-ng" version = "1.16.1" authors = [ "Nicolas Bigaouette ", "Kenan Sulayman ", ] description = "Unsafe wrapper around Microsoft's ONNX Runtime" homepage = "https://github.com/nbigaouette/onnxruntime-rs" documentation = "https://docs.rs/onnxruntime-sys" readme = "README.md" keywords = [ "neuralnetworks", "onnx", "bindings", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/nbigaouette/onnxruntime-rs" [package.metadata.docs.rs] features = ["disable-sys-build-script"] [dependencies] [build-dependencies.bindgen] version = "^0.66.1" optional = true [build-dependencies.flate2] version = "^1.0" [build-dependencies.tar] version = "^0.4" [build-dependencies.ureq] version = "^2.1" [build-dependencies.zip] version = "^0.6.6" [features] cuda = [] default = [] disable-sys-build-script = [] generate-bindings = ["bindgen"]