# 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.70" name = "vmc" version = "0.3.0" authors = ["Carson M. "] 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/vitri-ent/vmc" [dependencies.nalgebra] version = "0.32" [dependencies.nom] version = "7.1" features = ["alloc"] default-features = false [dependencies.once_cell] version = "1.15" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.30" features = ["net"] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.approx] version = "0.5" [dev-dependencies.tokio] version = "1.30" features = [ "net", "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4" [features] default = [] serde = [ "dep:serde", "nalgebra/serde-serialize", ]