[package] name = "scoped-tls-hkt" edition = "2018" version = "0.1.5" authors = ["Diggory Blake "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/Diggsey/scoped-tls-hkt" homepage = "https://github.com/Diggsey/scoped-tls-hkt" documentation = "https://docs.rs/scoped-tls-hkt" description = """ A more flexible version of `scoped-tls`, allowing the following additional features: - Storage of references to dynamically sized types. - Storage of mutable references. - Storage of types containing unbound lifetime parameters (higher-kinded types). - Some combination of the above. """