simvar 0.3.0

Switchy package
# 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"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Switchy package"
readme = "README.md"
keywords = ["simvar"]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = true

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

[features]
all = [
    "async",
    "database",
    "fs",
    "http",
    "mdns",
    "random",
    "tcp",
    "telemetry",
    "time",
    "tui",
    "upnp",
    "utils",
    "web-server",
]
async = ["simvar_harness/async"]
database = ["simvar_harness/database"]
default = ["all"]
fail-on-warnings = [
    "simvar_harness/fail-on-warnings",
    "simvar_utils?/fail-on-warnings",
]
fs = ["simvar_harness/fs"]
fs-simulator-real-fs = ["simvar_harness/fs-simulator-real-fs"]
http = ["simvar_harness/http"]
mdns = ["simvar_harness/mdns"]
pretty_env_logger = ["simvar_harness/pretty_env_logger"]
random = ["simvar_harness/random"]
tcp = ["simvar_harness/tcp"]
telemetry = ["simvar_harness/telemetry"]
time = ["simvar_harness/time"]
tui = ["simvar_harness/tui"]
upnp = ["simvar_harness/upnp"]
utils = ["dep:simvar_utils"]
web-server = ["simvar_harness/web-server"]

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

[dependencies.simvar_harness]
version = "0.3.0"
default-features = false

[dependencies.simvar_utils]
version = "0.3.0"
optional = true
default-features = false