# 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" version = "0.0.14" authors = ["Nicolas Bigaouette "] description = "Wrapper around Microsoft's ONNX Runtime" homepage = "https://github.com/nbigaouette/onnxruntime-rs" documentation = "https://docs.rs/onnxruntime" 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", "model-fetching"] [[test]] name = "integration_tests" required-features = ["model-fetching"] [dependencies.lazy_static] version = "1.4" [dependencies.ndarray] version = ">=0.15.0,<0.15.2" [dependencies.onnxruntime-sys] version = "0.0.14" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.ureq] version = "2.1" optional = true [dev-dependencies.image] version = "0.23" [dev-dependencies.test-env-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.ureq] version = "2.1" [features] disable-sys-build-script = ["onnxruntime-sys/disable-sys-build-script"] generate-bindings = ["onnxruntime-sys/generate-bindings"] model-fetching = ["ureq"]