[package] authors = ["Guillem Cordoba "] description = "A Rust client for the Holochain Conductor API" edition = "2021" homepage = "https://github.com/holochain/holochain-client-rust" keywords = ["holochain", "client", "conductor-api"] license = "MIT" name = "holochain_client" readme = "README.md" repository = "https://github.com/holochain/holochain-client-rust" resolver = "2" version = "0.5.3" [workspace] members = ["fixture/zomes/foo"] [workspace.dependencies] holochain_zome_types = "0.3.4" [dependencies] again = "0.1" anyhow = "1.0" ed25519-dalek = { version = "2.1", features = ["rand_core"] } serde = "1.0.203" event-emitter-rs = "0.1" rand = { version = "0.8" } async-trait = "0.1" parking_lot = "0.12.1" holo_hash = { version = "0.3.4", features = ["encoding"] } holochain_conductor_api = "0.3.4" holochain_websocket = "0.3.4" holochain_serialized_bytes = "0.0.55" holochain_types = "0.3.4" holochain_nonce = "0.3.4" holochain_zome_types = { workspace = true } kitsune_p2p_types = "0.3.4" lair_keystore_api = { version = "0.4.6", optional = true } tokio = { version = "1.36", features = ["rt"] } [dev-dependencies] arbitrary = "1.2" fixt = "0.3.1" holochain = { version = "0.3.4", features = ["test_utils"] } rand = "0.8" [features] default = ["lair_signing"] lair_signing = ["dep:lair_keystore_api"]