moosicbox_server_simulator 0.3.0

MoosicBox Server Simulator 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 = "moosicbox_server_simulator"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MoosicBox Server Simulator 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

[features]
default = [
    "player",
    "sqlite",
    "telemetry",
    "upnp",
]
fail-on-warnings = [
    "moosicbox_assert/fail-on-warnings",
    "moosicbox_config/fail-on-warnings",
    "moosicbox_env_utils/fail-on-warnings",
    "moosicbox_logging/fail-on-warnings",
    "moosicbox_server/fail-on-warnings",
    "openport/fail-on-warnings",
    "simvar/fail-on-warnings",
    "switchy_async/fail-on-warnings",
    "switchy_env/fail-on-warnings",
    "switchy_telemetry/fail-on-warnings",
]
player = ["moosicbox_server/player"]
sqlite = ["moosicbox_server/sqlite"]
telemetry = [
    "moosicbox_server/telemetry",
    "simvar/telemetry",
]
upnp = [
    "moosicbox_server/upnp",
    "player",
    "simvar/upnp",
]

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

[[bin]]
name = "moosicbox_server_simulator"
path = "src/main.rs"

[dependencies.actix-web]
version = "4.13.0"

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

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

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

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

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

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

[dependencies.net2]
version = "0.2.39"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.simvar]
version = "0.3.0"
features = [
    "async",
    "database",
    "fs",
    "http",
    "mdns",
    "random",
    "tcp",
    "telemetry",
    "time",
    "tui",
    "upnp",
]
default-features = false

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

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

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

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

[dependencies.tokio]
version = "1.52.3"