# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "double-checked-cell" version = "2.1.0" authors = ["Niklas Fiekas "] description = "A thread-safe lazily initialized cell using double-checked locking" readme = "README.md" keywords = ["lazy", "cell", "once"] categories = ["concurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/niklasf/double-checked-cell" [package.metadata.docs.rs] all-features = true [dependencies.parking_lot] version = "0.11" optional = true default-features = false [dependencies.unreachable] version = "1.0" [dependencies.void] version = "1.0" [dev-dependencies.scoped-pool] version = "1.0" [features] const_fn = ["parking_lot_mutex", "parking_lot/nightly"] default = [] parking_lot_mutex = ["parking_lot"] [badges.travis-ci] repository = "niklasf/double-checked-cell"