simvar_harness 0.2.0

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

[package.metadata]
examples = false

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

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

[features]
async = ["switchy/async"]
database = [
    "switchy/database",
    "switchy/database-connection",
]
default = [
    "pretty_env_logger",
    "tui",
]
fail-on-warnings = [
    "simvar_utils/fail-on-warnings",
    "switchy/fail-on-warnings",
    "switchy_web_server?/fail-on-warnings",
]
fs = [
    "switchy/fs",
    "switchy/fs-tokio",
]
fs-simulator-real-fs = ["switchy/fs-simulator-real-fs"]
http = ["switchy/http"]
mdns = ["switchy/mdns"]
random = ["switchy/random"]
tcp = ["switchy/tcp"]
telemetry = ["switchy/telemetry"]
time = ["switchy/time"]
tui = [
    "dep:oneshot",
    "dep:ratatui",
]
upnp = ["switchy/upnp"]
web-server = [
    "dep:switchy_web_server",
    "switchy/web-server",
    "switchy_web_server/simulator",
]

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

[dependencies.btparse]
version = "0.2.0"

[dependencies.color-backtrace]
version = "0.7.2"
features = ["use-btparse-crate"]
default-features = false

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]

[dependencies.oneshot]
version = "0.2.1"
features = ["std"]
optional = true

[dependencies.pretty_env_logger]
version = "0.5.0"
optional = true

[dependencies.ratatui]
version = "0.30.0"
optional = true

[dependencies.scoped-tls]
version = "1.0.1"

[dependencies.shell-words]
version = "1.1.1"

[dependencies.simvar_utils]
version = "0.2.0"
default-features = false

[dependencies.switchy]
version = "0.2.0"
features = [
    "async",
    "random",
    "simulator",
    "tcp",
    "time",
]
default-features = false

[dependencies.switchy_web_server]
version = "0.2.0"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.18"