# 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 = "2018" name = "ors-sys" version = "0.0.8" authors = ["Haobo Gu "] links = "onnxruntime" description = "ors-sys - low level onnxruntime bindings for rust" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.libloading] version = "0.7" optional = true [build-dependencies.bindgen] version = "0.60.1" optional = true [build-dependencies.flate2] version = "1.0" [build-dependencies.tar] version = "0.4" [build-dependencies.ureq] version = "2.4" [build-dependencies.zip] version = "0.6.2" [features] default = ["dynamic-loading"] dynamic-loading = ["libloading"] generate-bindings = ["bindgen"]