o3 0.1.0

shared-nothing primitives
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.95"
name = "o3"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "shared-nothing primitives"
readme = "README.md"
keywords = [
    "bytes",
    "buffer",
    "single-threaded",
    "no-share",
    "zero-copy",
]
categories = [
    "data-structures",
    "memory-management",
]
license = "MIT"

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

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

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

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

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

[dependencies.libc]
version = "0.2"