vmc 0.6.0

Implementation of Virtual Motion Capture protocol for virtual avatar tracking.
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 = "2024"
rust-version = "1.88"
name = "vmc"
version = "0.6.0"
authors = ["Carson M. <carson@pyke.io>"]
build = false
include = ["src/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of Virtual Motion Capture protocol for virtual avatar tracking."
documentation = "https://docs.rs/vmc"
readme = "README.md"
keywords = ["osc"]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pykeio/vmc"

[features]
default = []
serde = [
    "dep:serde",
    "glam/serde",
]

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

[dependencies.futures-core]
version = "0.3"

[dependencies.rosc]
version = "0.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.tokio]
version = "1.44"
features = ["net"]

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.console]
version = "0.15"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.glam]
version = "0.29"
features = ["approx"]

[dev-dependencies.rmp-serde]
version = "1.1"

[dev-dependencies.tokio]
version = "1.44"
features = [
    "net",
    "macros",
    "signal",
    "rt-multi-thread",
]

[dev-dependencies.tokio-test]
version = "0.4"