wasefire-sync 0.1.3

Portable non-blocking mutex
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 = "wasefire-sync"
version = "0.1.3"
authors = ["Julien Cretin <cretin@google.com>"]
build = false
include = [
    "/LICENSE",
    "/src/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable non-blocking mutex"
readme = false
keywords = [
    "framework",
    "mutex",
    "no-std",
]
categories = [
    "concurrency",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/google/wasefire"

[features]
unsafe-assume-single-core = ["portable-atomic/unsafe-assume-single-core"]

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

[dependencies.portable-atomic]
version = "1.13.1"
default-features = false

[dependencies.spin]
version = "0.10.0"
features = [
    "lazy",
    "once",
    "portable_atomic",
    "spin_mutex",
]
default-features = false

[lints.clippy]
mod-module-files = "warn"
uninlined_format_args = "allow"
unit-arg = "allow"

[lints.rust]
unreachable-pub = "warn"
unused-crate-dependencies = "warn"