nils-api-testing-core 0.4.1

Library crate for nils-api-testing-core in the nils-cli workspace.
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 = "nils-api-testing-core"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library crate for nils-api-testing-core in the nils-cli workspace."
readme = "README.md"
license = "MIT"
repository = "https://github.com/graysurf/nils-cli"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.jaq-core]
version = "3.0.0-beta"

[dependencies.jaq-json]
version = "2.0.0-beta"
features = ["serde"]

[dependencies.jaq-std]
version = "3.0.0-beta"

[dependencies.nils-term]
version = "0.4.1"
package = "nils-term"

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "local-offset",
]

[dependencies.tungstenite]
version = "0.23"
features = [
    "handshake",
    "rustls-tls-webpki-roots",
]
default-features = false

[dev-dependencies.nils-test-support]
version = "0.4.1"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.tempfile]
version = "3"