kitsune2_api 0.4.0-dev.3

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

[features]
mockall = ["dep:mockall"]

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.futures]
version = "0.3"

[dependencies.mockall]
version = "0.14"
optional = true

[dependencies.prost]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.tokio]
version = "1.41.1"
features = ["full"]

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