holochain_cli_bundle 0.7.0-dev.10

DNA and hApp bundling functionality for the `hc` Holochain CLI utility
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_bundle"
version = "0.7.0-dev.10"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DNA and hApp bundling functionality for the `hc` Holochain CLI utility"
documentation = "https://docs.rs/holochain_cli_bundle"
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]
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"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.holochain_serialized_bytes]
version = "=0.0.56"

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

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

[dependencies.mr_bundle]
version = "^0.7.0-dev.0"
features = ["fs"]

[dependencies.schemars]
version = "0.9"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

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

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

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