peat-lite 0.2.5

Lightweight CRDT primitives for resource-constrained Peat nodes
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.70"
name = "peat-lite"
version = "0.2.5"
authors = ["Kit Plummer <kitplummer@defenseunicorns.com>"]
build = false
exclude = [
    "android/",
    "android-ffi/",
    "firmware/",
    "Makefile",
    ".goa",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight CRDT primitives for resource-constrained Peat nodes"
homepage = "https://github.com/defenseunicorns/peat-lite"
readme = "README.md"
keywords = [
    "crdt",
    "embedded",
    "mesh",
    "peat",
    "tactical",
]
categories = [
    "no-std",
    "data-structures",
    "embedded",
]
license = "Apache-2.0"
repository = "https://github.com/defenseunicorns/peat-lite"

[features]
default = ["std"]
std = []

[lib]
name = "peat_lite"
crate-type = ["rlib"]
path = "src/lib.rs"

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

[dependencies.heapless]
version = "0.8"

[dev-dependencies]