pacta-memory 0.2.0

In-memory Pacta Registry backend with real lease and lapse semantics.
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.88"
name = "pacta-memory"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-memory Pacta Registry backend with real lease and lapse semantics."
readme = "README.md"
keywords = [
    "durable",
    "lifecycle",
    "sans-io",
    "state-machine",
    "contract",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tacticaldoll/pacta"
resolver = "2"

[features]
async = ["pacta-contract/async"]

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

[[example]]
name = "durable_retry"
path = "examples/durable_retry.rs"

[dependencies.pacta-contract]
version = "0.2.0"

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "serde",
]

[dev-dependencies.pacta-conformance]
version = "0.2.0"
features = ["async"]