[[bin]]
name = "hc-app"
path = "src/bin/hc-app.rs"
[[bin]]
name = "hc-dna"
path = "src/bin/hc-dna.rs"
[[bin]]
name = "hc-web-app"
path = "src/bin/hc-web-app.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.holochain_serialized_bytes]
version = "=0.0.56"
[dependencies.holochain_types]
version = "^0.7.0-dev.0"
[dependencies.holochain_util]
features = ["backtrace"]
version = "^0.7.0-dev.0"
[dependencies.mr_bundle]
features = ["fs"]
version = "^0.7.0-dev.0"
[dependencies.schemars]
version = "0.9"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.27"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.jsonschema]
version = "0.30"
[dev-dependencies.matches]
version = "0.1"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.walkdir]
version = "2"
[features]
sqlite = ["holochain_types/sqlite"]
sqlite-encrypted = ["holochain_types/sqlite-encrypted"]
unstable-migration = ["holochain_types/unstable-migration"]
[lib]
name = "holochain_cli_bundle"
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
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::build-utils", "filesystem"]
description = "DNA and hApp bundling functionality for the `hc` Holochain CLI utility"
documentation = "https://docs.rs/holochain_cli_bundle"
edition = "2021"
keywords = ["holochain", "holo"]
license = "Apache-2.0"
name = "holochain_cli_bundle"
readme = "README.md"
repository = "https://github.com/holochain/holochain"
version = "0.7.0-dev.0"
[[test]]
name = "test_cli"
path = "tests/test_cli.rs"