simvar_utils 0.3.0

Simulator Utils package
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"
name = "simvar_utils"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simulator Utils package"
readme = "README.md"
keywords = [
    "deterministic",
    "simulator",
    "test",
    "utils",
]
categories = [
    "development-tools::testing",
    "simulation",
]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false

[package.metadata.cargo-machete]
ignored = ["tokio"]

[package.metadata.workspaces]
group = "simvar"

[features]
default = []
fail-on-warnings = ["switchy/fail-on-warnings"]

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

[dependencies.switchy]
version = "0.3.0"
features = [
    "async",
    "async-macros",
    "async-util",
]
default-features = false