# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "onnxruntime-sys" version = "0.0.14" authors = ["Nicolas Bigaouette "] 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.59" 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.5" [features] default = [] disable-sys-build-script = [] generate-bindings = ["bindgen"]