spin 0.7.2

Spin-based synchronization 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]
name = "spin"
version = "0.7.2"
authors = [
    "Mathijs van de Nes <git@mathijs.vd-nes.nl>",
    "John Ericson <git@JohnEricson.me>",
    "Joshua Barretto <joshua.s.barretto@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spin-based synchronization primitives"
readme = "README.md"
keywords = [
    "spinlock",
    "mutex",
    "rwlock",
]
license = "MIT"
repository = "https://github.com/mvdnes/spin-rs.git"

[features]
default = ["ticket_mutex"]
lock_api = ["lock_api_crate"]
std = []
ticket_mutex = []

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

[[example]]
name = "debug"
path = "examples/debug.rs"

[dependencies.lock_api_crate]
version = "0.4"
optional = true
package = "lock_api"