praborrow-core 1.2.0

Core primitives for PraBorrow. Implements Sovereign<T> for distributed ownership enforcement.
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"
name = "praborrow-core"
version = "1.2.0"
authors = ["ireddragonicy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core primitives for PraBorrow. Implements Sovereign<T> for distributed ownership enforcement."
readme = "README.md"
keywords = [
    "distributed",
    "ownership",
    "memory-safety",
    "systems",
]
categories = [
    "concurrency",
    "memory-management",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/ireddragonicy/PraBorrow"
resolver = "2"

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

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

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.thiserror]
version = "2.0.17"
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
default-features = false