hostbat 0.9.0

Generic deterministic module host: mount content-identified modules over a syncbat Core.
# 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"
rust-version = "1.92"
name = "hostbat"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic deterministic module host: mount content-identified modules over a syncbat Core."
homepage = "https://github.com/freebatteryfactory/batpak"
documentation = "https://docs.rs/hostbat"
readme = "README.md"
keywords = [
    "event-sourcing",
    "runtime",
    "host",
    "module",
]
categories = ["database-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/freebatteryfactory/batpak"

[features]
default = []

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

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

[dependencies.batpak]
version = "0.9.0"
default-features = false

[dependencies.rmpv]
version = "=1.3.1"

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

[dependencies.syncbat]
version = "0.9.0"

[dev-dependencies.tempfile]
version = ">=3.24, <3.25"

[lints.clippy]
assertions_on_constants = "deny"
cast_possible_truncation = "deny"
cast_sign_loss = "deny"
clone_on_ref_ptr = "warn"
dbg_macro = "deny"
disallowed_methods = "deny"
large_enum_variant = "warn"
missing_errors_doc = "warn"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "warn"
needless_return = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"
wildcard_enum_match_arm = "warn"

[lints.rust]
deprecated = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(gauntlet_red_fixture)"]