bcx-model 0.1.0

BCX causal operation model types.
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 = "2024"
rust-version = "1.90"
name = "bcx-model"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BCX causal operation model types."
homepage = "https://github.com/valkyoth/bcx"
readme = false
keywords = [
    "bcx",
    "causal",
    "protocol",
    "no-std",
]
categories = [
    "no-std",
    "network-programming",
]
license = "EUPL-1.2"
repository = "https://github.com/valkyoth/bcx"

[features]
alloc = []
default = []

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

[dependencies.bcx-core]
version = "0.1.0"
default-features = false

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
undocumented_unsafe_blocks = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"
unused_must_use = "deny"