# 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 = "read-copy-update" version = "0.1.0" authors = ["Colin Walker "] description = "Provides a read-copy-update locking primitive" documentation = "https://docs.rs/read-copy-update" readme = "readme.md" keywords = ["rcu"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/colinjfw/read-copy-update" resolver = "1" [dependencies.thread_local] version = "1.1" optional = true [features] default = [] thread-local = ["thread_local"] [target."cfg(loom)".dependencies.loom] version = "0.5" features = ["checkpoint"]