mr_bundle 0.6.3

Implements the un-/packing of bundles that either embed or reference a set of resources
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 = "mr_bundle"
version = "0.6.3"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implements the un-/packing of bundles that either embed or reference a set of resources"
documentation = "https://docs.rs/mr_bundle"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.bytes]
version = "1.10.1"
features = ["serde"]

[dependencies.dunce]
version = "1.0"
optional = true

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.holochain_util]
version = "^0.6.3"

[dependencies.rmp-serde]
version = "=1.3.0"

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

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.44"
features = ["fs"]
optional = true
default-features = false

[dev-dependencies.serde_yaml]
version = "0.9"

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

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

[features]
fs = [
    "dep:serde_yaml",
    "dep:tokio",
    "dep:dunce",
]

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