# 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 = "scoped-tls-hkt" version = "0.1.5" authors = ["Diggory Blake "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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. """ homepage = "https://github.com/Diggsey/scoped-tls-hkt" documentation = "https://docs.rs/scoped-tls-hkt" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/Diggsey/scoped-tls-hkt" [lib] name = "scoped_tls_hkt" path = "src/lib.rs"