# 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 = "spinny" version = "0.2.4" authors = ["notgull "] description = "Spinlock-based RwLock struct, with lock_api" homepage = "https://github.com/notgull/spinny#readme" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/notgull/spinny" [dependencies.lock_api] version = "0.4.0" [features] default = [] nightly = ["lock_api/nightly"] owning_ref = ["lock_api/owning_ref"] [target."cfg(loom)".dependencies.loom] version = "0.5.4" [target."cfg(loom)".dependencies.once_cell] version = "1.4.1"