blob: 32fa2e1446cdb38dfb6b1f5aef70e76150783b6c [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "scoped-tls-hkt"
version = "0.1.2"
authors = ["Diggory Blake <diggsey@googlemail.com>"]
description = "A more flexible version of `scoped-tls`, allowing the following additional\nfeatures:\n\n- Storage of references to dynamically sized types.\n- Storage of mutable references.\n- Storage of types containing unbound lifetime parameters (higher-kinded types).\n- Some combination of the above.\n"
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"