# 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 = "phoenix-tls" version = "0.1.0" authors = ["mtak-"] description = "Utilities for creating always present thread locals." homepage = "https://github.com/mtak-/phoenix-tls" documentation = "https://docs.rs/phoenix-tls" keywords = ["tls", "thread-local", "synchronization", "multithreading"] categories = ["concurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/mtak-/phoenix-tls" [dependencies.cfg-if] version = "1.0" [dependencies.nudge] version = "0.2" [dev-dependencies.lazy_static] version = "1.3.0" [features] default = ["std"] nightly = ["nudge/nightly"] std = ["nudge/std"]