[dependencies.abi_stable]
version = "0.9"
[dependencies.parking_lot]
optional = true
version = "0.11"
[features]
default = []
host = ["parking_lot"]
plugin = []
[package]
authors = ["Alex Franchuk <alex.franchuk@gmail.com>"]
description = "Thread-local storage across dynamic library boundaries."
edition = "2018"
keywords = ["thread-local-storage", "plugin", "plugins"]
license = "MIT"
name = "plugin_tls"
readme = "README.md"
repository = "https://github.com/afranchuk/plugin_tls"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true