1[package]
2name = "scoped-tls-hkt"
3edition = "2018"
4version = "0.1.4"
5authors = ["Diggory Blake <diggsey@googlemail.com>"]
6license = "MIT/Apache-2.0"
7readme = "README.md"
8repository = "https://github.com/Diggsey/scoped-tls-hkt"
9homepage = "https://github.com/Diggsey/scoped-tls-hkt"
10documentation = "https://docs.rs/scoped-tls-hkt"
11description = """
12A more flexible version of `scoped-tls`, allowing the following additional
13features:
14
15- Storage of references to dynamically sized types.
16- Storage of mutable references.
17- Storage of types containing unbound lifetime parameters (higher-kinded types).
18- Some combination of the above.
19"""
20