supply 0.3.1

Provider API for arbitrary number of lifetimes.
Documentation
[package]
name = "supply"
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Provider API for arbitrary number of lifetimes."
repository = "https://gitlab.com/konnorandrews/supply"
readme = "README.md"
rust-version = "1.83.0"
keywords = [ "provide", "any" ]
categories = [ "no-std", "no-std::no-alloc", "rust-patterns" ]
exclude = [
  ".gitlab-ci.yml",
  ".gitignore",
  "LICENSE-APACHE",
  "LICENSE-MIT",
  "examples/*"
]

[workspace]
resolver = "2"
members = [
  "examples/*"
]

[dependencies]
ty-tag = "0.1.1"