veyron-sdk 0.1.1

Rust SDK for writing Veyron plugins — async IPC client, Plugin trait, and full Veyron wire protocol (framing, zstd compression, HMAC frame MACs, fragmentation, raw audio).
# 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"
rust-version = "1.85"
name = "veyron-sdk"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for writing Veyron plugins — async IPC client, Plugin trait, and full Veyron wire protocol (framing, zstd compression, HMAC frame MACs, fragmentation, raw audio)."
documentation = "https://docs.rs/veyron-sdk"
readme = "README.md"
keywords = [
    "veyron",
    "plugin",
    "ipc",
    "sdk",
    "kernel",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/veyron-core/veyron-sdk-rust"

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

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

[[test]]
name = "protocol"
path = "tests/protocol.rs"

[dependencies.crc32fast]
version = "1"

[dependencies.prost]
version = "0.13"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "time",
    "rt",
    "macros",
]

[dependencies.veyron-wire]
version = "0.1.1"

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