# 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 = "per-thread-object" version = "0.6.0" authors = ["quininer "] description = "Efficient per-object thread-local storage implementation" homepage = "https://github.com/quininer/per-thread-object" documentation = "https://docs.rs/per-thread-object" readme = "README.md" license = "MIT" repository = "https://github.com/quininer/per-thread-object" [[bench]] name = "tls" harness = false [dependencies.cache-padded] version = "1" [dependencies.loom] version = "0.5" optional = true [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" optional = true [dev-dependencies.criterion] version = "0.4" [dev-dependencies.os-thread-local] version = "0.1" [dev-dependencies.rayon] version = "1" [dev-dependencies.thread-local-object] version = "0.1" [dev-dependencies.thread_local] version = "1"