kitsune2_test_utils 0.4.0-dev.7

Test utilities for kitsune2
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 = "kitsune2_test_utils"
version = "0.4.0-dev.7"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test utilities for kitsune2"
homepage = "https://www.holochain.org/"
documentation = "https://docs.rs/kitsune2_test_utils"
readme = false
keywords = [
    "holochain",
    "kitsune",
    "p2p",
    "dht",
    "networking",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/holochain/kitsune2"
resolver = "2"

[features]
relay = [
    "dep:kitsune2_bootstrap_srv",
    "kitsune2_bootstrap_srv?/iroh-relay",
]

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

[dependencies.axum]
version = "0.8"
features = [
    "http1",
    "tokio",
]
default-features = false

[dependencies.bytes]
version = "1.8.0"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.kitsune2_api]
version = "0.4.0-dev.0"

[dependencies.kitsune2_bootstrap_srv]
version = "0.4.0-dev.0"
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.41.1"

[dependencies.tracing]
version = "0.1"

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