syncbat 0.8.0

Sync-first runtime layer for batpak-family operation kits.
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"
rust-version = "1.92"
name = "syncbat"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync-first runtime layer for batpak-family operation kits."
homepage = "https://github.com/heyoub/batpak"
documentation = "https://docs.rs/syncbat"
readme = "README.md"
keywords = [
    "event-sourcing",
    "runtime",
    "sync",
    "operation-kit",
]
categories = ["database-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/heyoub/batpak"

[features]
default = []

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "dispatch"
path = "benches/dispatch.rs"
harness = false

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

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

[dependencies.syncbat-macros]
version = "0.8.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1"

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

[dev-dependencies.trybuild]
version = "1"

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