holochain_client 0.9.0-dev.26

A Rust client for the Holochain Conductor 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 = "2021"
name = "holochain_client"
version = "0.9.0-dev.26"
authors = [
    "Holochain Core Dev Team <devcore@holochain.org>",
    "Guillem Cordoba <guillem.cordoba@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for the Holochain Conductor API"
documentation = "https://docs.rs/holochain_client"
readme = "README.md"
keywords = [
    "holochain",
    "client",
    "conductor-api",
]
license = "MIT"
repository = "https://github.com/holochain/holochain"

[features]
build_wasms = ["holochain_wasm_test_utils/build"]
default = [
    "lair_signing",
    "transport-iroh",
]
lair_signing = ["dep:lair_keystore_api"]
transport-iroh = ["holochain/transport-iroh"]
transport-tx5-backend-go-pion = ["holochain/transport-tx5-backend-go-pion"]
unstable-migration = [
    "holochain_conductor_api/unstable-migration",
    "holochain_types/unstable-migration",
    "holochain_zome_types/unstable-migration",
    "holochain/unstable-migration",
]
wasmer-sys-cranelift = ["holochain/wasmer-sys-cranelift"]
wasmer-wasmi = ["holochain/wasmer-wasmi"]

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.ed25519-dalek]
version = "2.1"
features = ["rand_core"]

[dependencies.event-emitter-rs]
version = "0.1"

[dependencies.holo_hash]
version = "^0.7.0-dev.9"
features = ["encoding"]

[dependencies.holochain_conductor_api]
version = "^0.7.0-dev.25"

[dependencies.holochain_nonce]
version = "^0.7.0-dev.2"

[dependencies.holochain_types]
version = "^0.7.0-dev.25"

[dependencies.holochain_websocket]
version = "^0.7.0-dev.25"

[dependencies.holochain_zome_types]
version = "^0.7.0-dev.17"

[dependencies.kitsune2_api]
version = "0.5.0-dev.1"

[dependencies.lair_keystore_api]
version = "0.7.1"
optional = true

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.36"
features = ["rt"]

[dev-dependencies.bytes]
version = "1.10.1"

[dev-dependencies.holochain]
version = "^0.7.0-dev.26"
features = ["sweettest"]
default-features = false

[dev-dependencies.holochain_wasm_test_utils]
version = "^0.7.0-dev.26"

[dev-dependencies.kitsune2_core]
version = "0.5.0-dev.1"

[dev-dependencies.kitsune2_test_utils]
version = "0.5.0-dev.1"

[dev-dependencies.mr_bundle]
version = "^0.7.0-dev.2"

[dev-dependencies.yaml_serde]
version = "0.10"