# 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 = "2021" name = "spinout" version = "0.0.12" authors = ["Julius Koskela "] description = """ A thread-safe clonable and mutable smart-pointer akin to `Arc>`, using spin-lock instead of system futex. """ readme = "README.md" keywords = [ "data-structures", "concurrency", "parallel", "smart-pointer", ] categories = [ "data-structures", "concurrency", ] license = "MIT/Apache-2.0" repository = "https://github.com/juliuskoskela/spinout" [[bench]] name = "benches" harness = false [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.rayon] version = "1.5.3"