# 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 = "mcai-onnxruntime" version = "0.0.15" authors = ["Nicolas Bigaouette ", "Thibaud Le Graverend "] description = "Wrapper around Microsoft's ONNX Runtime" homepage = "https://gitlab.com/media-cloud-ai/libraries/mcai-onnxruntime" documentation = "https://docs.rs/onnxruntime" readme = "../README.md" keywords = ["neuralnetworks", "onnx", "bindings"] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/media-cloud-ai/libraries/mcai-onnxruntime" [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.mcai-onnxruntime-sys] version = "0.0.15" [dependencies.ndarray] version = "0.15" [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 = ["mcai-onnxruntime-sys/disable-sys-build-script"] generate-bindings = ["mcai-onnxruntime-sys/generate-bindings"] model-fetching = ["ureq"]