holochain_conductor_api 0.7.0-dev.13

Message types for Holochain admin and app interface protocols
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_conductor_api"
version = "0.7.0-dev.13"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Message types for Holochain admin and app interface protocols"
documentation = "https://docs.rs/holochain_conductor_api"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"

[features]
schema = [
    "kitsune2_gossip/schema",
    "kitsune2_core/schema",
    "kitsune2_transport_tx5/schema",
    "kitsune2_transport_iroh/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"

[dependencies.derive_more]
version = "2.0"
features = ["from"]

[dependencies.holo_hash]
version = "^0.7.0-dev.4"
features = ["full"]

[dependencies.holochain_keystore]
version = "^0.7.0-dev.7"

[dependencies.holochain_serialized_bytes]
version = "=0.0.56"

[dependencies.holochain_state_types]
version = "^0.7.0-dev.5"

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

[dependencies.holochain_util]
version = "^0.7.0-dev.1"
features = ["jsonschema"]
default-features = false

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

[dependencies.indexmap]
version = "2.6.0"
features = ["serde"]

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

[dependencies.kitsune2_core]
version = "0.4.0-dev.2"

[dependencies.kitsune2_gossip]
version = "0.4.0-dev.2"
optional = true

[dependencies.kitsune2_transport_iroh]
version = "0.4.0-dev.2"
optional = true

[dependencies.kitsune2_transport_tx5]
version = "0.4.0-dev.2"
optional = true

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.schemars]
version = "0.9"

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

[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.7.0-dev.1"

[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"

[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]
level = "warn"
priority = 0
check-cfg = [
    "cfg(build_wasm)",
    "cfg(loom)",
]