nils-api-testing-core 0.7.3

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.7.3"
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/sympoies/nils-cli"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

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

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

[dependencies.nils-common]
version = "0.7.3"
package = "nils-common"

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

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "multipart",
    "rustls",
]
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.29"
features = [
    "handshake",
    "rustls-tls-webpki-roots",
]
default-features = false

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

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

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