endpoint-validator 0.1.0

Interactive test harness for endpoint-libs WebSocket RPC services: reads the endpoint description generated by endpoint-gen and exercises every endpoint with preset parameters.
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 = "endpoint-validator"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive test harness for endpoint-libs WebSocket RPC services: reads the endpoint description generated by endpoint-gen and exercises every endpoint with preset parameters."
homepage = "https://github.com/pathscale/EndpointValidator"
readme = "README.md"
keywords = [
    "websocket",
    "rpc",
    "testing",
    "tui",
    "endpoint-libs",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/pathscale/EndpointValidator"
resolver = "2"

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

[[bin]]
name = "endpoint-validator"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.config]
version = "0.15"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.endpoint-libs]
version = "2.1"

[dependencies.futures]
version = "0.3"

[dependencies.ratatui]
version = "0.20.0"

[dependencies.read_input]
version = "0.8.6"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.37.0"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.28"
features = ["rustls-tls-webpki-roots"]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-appender]
version = "0.2.3"

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

[dependencies.uuid]
version = "1.3.3"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
    "serde",
]