# 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 = "orkhon" version = "0.2.3" authors = ["Mahmut Bulut "] exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "ci/*", "benches/*", "testdata/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"] description = "Machine Learning Inference Framework and Server Runtime" homepage = "https://github.com/vertexclique/orkhon" documentation = "https://docs.rs/orkhon" readme = "README.md" keywords = ["machine-learning", "framework", "inference", "prediction", "python-runtime"] categories = ["science", "asynchronous", "api-bindings"] license = "MIT" repository = "https://github.com/vertexclique/orkhon" [profile.bench] opt-level = 3 lto = false codegen-units = 1 debug = false debug-assertions = false rpath = false [[bench]] name = "onnx_benches" path = "benches/onnx_benches.rs" harness = false [dependencies.async-trait] version = "0.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.env_logger] version = "0.6.1" [dependencies.futures-util] version = "0.3" [dependencies.lever] version = "0.1" [dependencies.log] version = "0.4.6" [dependencies.pyo3] version = "0.12" optional = true [dependencies.smallvec] version = "1.4" [dependencies.thiserror] version = "1.0" [dependencies.tract-core] version = "0.12" [dependencies.tract-onnx] version = "0.12" optional = true [dependencies.tract-tensorflow] version = "0.12" features = ["conform"] optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.nuclei] version = "0.1" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rayon] version = "1.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = [] onnxmodel = ["tract-onnx"] pymodel = ["pyo3"] tfmodel = ["tract-tensorflow"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "vertexclique/orkhon"