orbit-pool 0.4.0

Fleet-wide resource leases, reservations and creation claims over Orbit shared memory.
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 = "orbit-pool"
version = "0.4.0"
authors = ["ilker Arabaci <iarabaci@claviron.dev>"]
build = false
exclude = [
    "ARCHITECTURE.md",
    "*.local.md",
    "FINDINGS.md",
    "VISION.md",
    "Dockerfile",
    "Justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fleet-wide resource leases, reservations and creation claims over Orbit shared memory."
documentation = "https://docs.rs/orbit-pool"
readme = "README.md"
keywords = [
    "pool",
    "shm",
    "fleet",
    "orbit",
    "ring",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iadev09/orbitive"

[features]
stream = ["dep:orbit-stream"]

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

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

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

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

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

[[bench]]
name = "load"
path = "benches/load.rs"
harness = false
required-features = ["stream"]

[dependencies.orbit-core]
version = "0.4.0"
default-features = false

[dependencies.orbit-stream]
version = "0.4.0-alpha.1"
optional = true
default-features = false

[dev-dependencies.orbit-stream]
version = "0.4.0-alpha.1"
features = ["tokio"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "io-util",
    "time",
]
default-features = false

[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"