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