inferential 1.2.0

Rust client SDK for Inferential inference orchestration
Documentation
# 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 = "inferential"
version = "1.2.0"
build = "build.rs"
include = [
    "src/**/*",
    "proto/**/*",
    "examples/**/*",
    "build.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client SDK for Inferential inference orchestration"
homepage = "https://github.com/nalinraut/inferential"
documentation = "https://docs.rs/inferential"
readme = "README.md"
keywords = [
    "robotics",
    "inference",
    "zmq",
    "protobuf",
    "ml",
]
categories = [
    "science::robotics",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/nalinraut/inferential"

[lib]
name = "inferential"
path = "src/lib.rs"

[[example]]
name = "async_client_demo"
path = "examples/async_client_demo.rs"

[[example]]
name = "client_demo"
path = "examples/client_demo.rs"

[dependencies.prost]
version = "0.13"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.zeromq]
version = "0.4"

[dependencies.zmq]
version = "0.10"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

[build-dependencies.prost-build]
version = "0.13"