tropel-engine 0.6.0

The tropel load-test engine: scenario execution, VU scheduling, the protocol registry and the metrics pipeline.
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 = "2021"
rust-version = "1.94"
name = "tropel-engine"
version = "0.6.0"
build = false
exclude = ["js/**/.DS_Store"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The tropel load-test engine: scenario execution, VU scheduling, the protocol registry and the metrics pipeline."
readme = false
license = "Apache-2.0"
repository = "https://github.com/transithq/tropel"

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

[[test]]
name = "behavior_parity"
path = "tests/behavior_parity.rs"

[[test]]
name = "conformance_k6"
path = "tests/conformance_k6.rs"

[[test]]
name = "driver_parity"
path = "tests/driver_parity.rs"

[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.async-trait]
version = "0.1.91"

[dependencies.base64]
version = "0.23.0"

[dependencies.clap]
version = "4.6.4"
features = ["derive"]

[dependencies.csv]
version = "1.4.0"

[dependencies.rand]
version = "0.10.2"

[dependencies.rquickjs]
version = "0.12.2"
features = ["full-async"]

[dependencies.serde]
version = "1.0.229"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
    "net",
    "signal",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.tropel-auth]
version = "0.6.0"
default-features = false

[dependencies.tropel-build]
version = "0.6.0"

[dependencies.tropel-collection]
version = "0.6.0"

[dependencies.tropel-core]
version = "0.6.0"

[dependencies.tropel-es]
version = "0.6.0"

[dependencies.tropel-ext]
version = "0.6.0"

[dependencies.tropel-http]
version = "0.6.0"

[dependencies.tropel-input-bru]
version = "0.6.0"

[dependencies.tropel-input-har]
version = "0.6.0"

[dependencies.tropel-input-http]
version = "0.6.0"

[dependencies.tropel-input-insomnia]
version = "0.6.0"

[dependencies.tropel-input-k6]
version = "0.6.1"

[dependencies.tropel-input-knockport]
version = "0.6.0"

[dependencies.tropel-input-openapi]
version = "0.6.0"

[dependencies.tropel-input-postman]
version = "0.6.0"

[dependencies.tropel-input-subprocess]
version = "0.6.0"

[dependencies.tropel-js]
version = "0.6.0"

[dependencies.tropel-metrics]
version = "0.6.0"

[dependencies.tropel-native]
version = "0.6.0"

[dependencies.tropel-report]
version = "0.6.0"

[dependencies.tropel-runtime]
version = "0.6.0"
features = ["send-request"]
default-features = false

[dependencies.tropel-sandbox]
version = "0.6.0"
features = ["send-request"]
default-features = false

[dependencies.tropel-scheduler]
version = "0.6.0"

[dependencies.tropel-sdk]
version = "0.4.0"

[dependencies.tropel-variables]
version = "0.6.0"

[dependencies.tropel-wasm]
version = "0.6.0"

[dependencies.tropel-x-grpc]
version = "0.6.0"

[dependencies.tropel-x-websocket]
version = "0.6.0"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "sync",
    "net",
    "signal",
    "test-util",
]