holochain_cascade 0.7.0-dev.13

Logic for cascading updates to Holochain state and network interaction
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_cascade"
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 = "Logic for cascading updates to Holochain state and network interaction"
documentation = "https://docs.rs/holochain_cascade"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"

[features]
default = ["transport-iroh"]
instrument = []
sqlite = [
    "holo_hash/sqlite",
    "holochain_sqlite/sqlite",
    "holochain_state/sqlite",
    "holochain_types/sqlite",
    "holochain_zome_types/sqlite",
]
sqlite-encrypted = [
    "holo_hash/sqlite-encrypted",
    "holochain_sqlite/sqlite-encrypted",
    "holochain_state/sqlite-encrypted",
    "holochain_types/sqlite-encrypted",
    "holochain_zome_types/sqlite-encrypted",
]
test_utils = [
    "mockall",
    "holochain_chc/test_utils",
    "holochain_p2p/test_utils",
    "holochain_types/test_utils",
    "holochain_state/test_utils",
]
transport-iroh = ["holochain_p2p/transport-iroh"]
transport-tx5-backend-go-pion = ["holochain_p2p/transport-tx5-backend-go-pion"]

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

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

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

[dependencies.fixt]
version = "^0.7.0-dev.0"

[dependencies.futures]
version = "0.3"

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

[dependencies.holochain_chc]
version = "^0.4.0-dev.13"

[dependencies.holochain_p2p]
version = "^0.7.0-dev.13"
default-features = false

[dependencies.holochain_serialized_bytes]
version = "=0.0.56"

[dependencies.holochain_sqlite]
version = "^0.7.0-dev.9"

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

[dependencies.holochain_trace]
version = "^0.7.0-dev.0"

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

[dependencies.holochain_util]
version = "^0.7.0-dev.0"

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

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

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

[dependencies.opentelemetry_api]
version = "=0.20.0"
features = ["metrics"]

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.36.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.isotest]
version = "0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.test-case]
version = "3.3"

[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)",
]