[dependencies.derive_more]
features = ["from"]
version = "2.0"
[dependencies.holo_hash]
features = ["full"]
version = "^0.6.0-dev.12"
[dependencies.holochain_keystore]
version = "^0.6.0-dev.15"
[dependencies.holochain_serialized_bytes]
version = "=0.0.56"
[dependencies.holochain_state_types]
version = "^0.6.0-dev.13"
[dependencies.holochain_types]
version = "^0.6.0-dev.21"
[dependencies.holochain_util]
default-features = false
features = ["jsonschema"]
version = "^0.6.0-dev.3"
[dependencies.holochain_zome_types]
version = "^0.6.0-dev.15"
[dependencies.indexmap]
features = ["serde"]
version = "2.6.0"
[dependencies.kitsune2_api]
version = "0.2.15"
[dependencies.kitsune2_core]
version = "0.2.15"
[dependencies.kitsune2_gossip]
optional = true
version = "0.2.15"
[dependencies.kitsune2_transport_tx5]
optional = true
version = "0.2.15"
[dependencies.schemars]
version = "0.9"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.shrinkwraprs]
version = "0.3.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1.26"
[dependencies.url2]
version = "0.0.6"
[dev-dependencies.holochain_trace]
version = "^0.6.0-dev.2"
[dev-dependencies.matches]
version = "0.1.8"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.rmp-serde]
version = "1.3"
[dev-dependencies.serde_json]
version = "1.0"
[features]
chc = []
schema = ["kitsune2_gossip/schema", "kitsune2_transport_tx5/schema", "kitsune2_core/schema"]
sqlite = ["holo_hash/sqlite", "holochain_types/sqlite", "holochain_zome_types/sqlite", "holochain_keystore/sqlite"]
sqlite-encrypted = ["holo_hash/sqlite-encrypted", "holochain_types/sqlite-encrypted", "holochain_zome_types/sqlite-encrypted", "holochain_keystore/sqlite-encrypted"]
test-utils = []
unstable-countersigning = []
unstable-migration = []
unstable-sharding = []
[lib]
name = "holochain_conductor_api"
path = "src/lib.rs"
[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"
[lints.clippy.cargo]
level = "allow"
priority = -1
[lints.clippy.nursery]
level = "allow"
priority = -1
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.clippy.restriction]
level = "allow"
priority = -1
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(build_wasm)", "cfg(loom)"]
level = "warn"
priority = 0
[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Message types for Holochain admin and app interface protocols"
documentation = "https://docs.rs/holochain_conductor_api"
edition = "2021"
license = "Apache-2.0"
name = "holochain_conductor_api"
readme = "README.md"
repository = "https://github.com/holochain/holochain"
version = "0.6.0-dev.21"