mvsync 1.3.1

A standalone async and worker thread library, with expandable traits and command buffers.
Documentation
[dependencies.crossbeam-channel]
version = "0.5.11"

[dependencies.mvutils]
version = "0.8.0"

[dependencies.num_cpus]
version = "1.16.0"

[features]
all = ["command-buffers", "main-thread"]
command-buffers = []
main-thread = []

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

[package]
authors = ["Maxim Savenkov"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A standalone async and worker thread library, with expandable traits and command buffers."
edition = "2021"
license-file = "LICENSE"
name = "mvsync"
readme = "README.md"
version = "1.3.1"

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
strip = true