# 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 = "2021" name = "inference" version = "0.3.0" authors = ["Colin Dablain"] exclude = [ "config/", "minio/", "sample_models", "docker-compose.yaml", "Makefile", ] description = "A crate for managing the machine learning inference process" readme = "README.md" keywords = [ "machine-learning", "ml", "triton", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/opensensordotdev/inference" [lib] crate-type = ["lib"] [dependencies.prost] version = "0.11" [dependencies.redpanda] version = "0.5" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tonic] version = "0.8" [dependencies.tracing] version = "0.1" [dev-dependencies.tracing-test] version = "0.2" [build-dependencies.tonic-build] version = "0.8"