scatto 0.2.0

scatto - low-latency messaging 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.94"
name = "scatto"
version = "0.2.0"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "scatto - low-latency messaging primitives"
homepage = "https://1000x.sh"
documentation = "https://docs.rs/scatto"
readme = "README.md"
keywords = [
    "messaging",
    "queue",
    "latency",
    "concurrency",
    "bounded",
]
categories = [
    "concurrency",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ax-x2/scatto"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.cpu]
version = "0.1.0"