# 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 = "2018" name = "spinning_top" version = "0.3.0" authors = ["Philipp Oppermann "] description = "A simple spinlock crate based on the abstractions provided by `lock_api`." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/rust-osdev/spinning_top" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [package.metadata.release] pre-release-commit-message = "Release version {{version}}" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "Changelog.md" replace = """ # Unreleased # {{version}} – {{date}}""" search = "# Unreleased" [dependencies.lock_api] version = "0.4.7" [dev-dependencies.rand] version = "0.8" [features] arc_lock = ["lock_api/arc_lock"] owning_ref = ["lock_api/owning_ref"]