holochain_cli_sandbox 0.7.0-dev.21

A library and CLI to help create, run and interact with sandboxed Holochain conductor environments, for testing and development purposes.
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_cli_sandbox"
version = "0.7.0-dev.21"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library and CLI to help create, run and interact with sandboxed Holochain conductor environments, for testing and development purposes."
documentation = "https://docs.rs/holochain_cli_sandbox"
readme = "README.md"
keywords = [
    "holochain",
    "holo",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"

[features]
default = [
    "wasmer_sys",
    "transport-iroh",
]
transport-iroh = ["holochain_client/transport-iroh"]
transport-tx5-backend-go-pion = ["holochain_client/transport-tx5-backend-go-pion"]
wasmer_sys = ["holochain_client/wasmer_sys"]
wasmer_wamr = ["holochain_client/wasmer_wamr"]

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

[[bin]]
name = "hc-sandbox"
path = "src/bin/hc-sandbox.rs"

[[example]]
name = "setup_5"
path = "examples/setup_5.rs"

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

[dependencies.ansi_term]
version = "0.12"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3"

[dependencies.holochain_client]
version = "^0.9.0-dev.21"
default-features = false

[dependencies.holochain_conductor_api]
version = "^0.7.0-dev.20"
features = ["sqlite"]

[dependencies.holochain_conductor_config]
version = "^0.7.0-dev.20"

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

[dependencies.holochain_types]
version = "^0.7.0-dev.20"
features = [
    "sqlite",
    "fixturators",
]

[dependencies.holochain_util]
version = "^0.7.0-dev.1"
features = ["pw"]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sodoken]
version = "0.1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url2]
version = "0.0.6"

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3.20.0"

[target."cfg(unix)".dev-dependencies.nix]
version = "0.30"
features = [
    "process",
    "signal",
]

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