supply 0.3.1

Provider API for arbitrary number of lifetimes.
Documentation
# 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 = "2021"
rust-version = "1.83.0"
name = "supply"
version = "0.3.1"
build = false
exclude = [
    ".gitlab-ci.yml",
    ".gitignore",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider API for arbitrary number of lifetimes."
readme = "README.md"
keywords = [
    "provide",
    "any",
]
categories = [
    "no-std",
    "no-std::no-alloc",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/konnorandrews/supply"

[lib]
name = "supply"
path = "src/lib.rs"

[[test]]
name = "example_error"
path = "tests/example_error.rs"

[[test]]
name = "example_lifetimes"
path = "tests/example_lifetimes.rs"

[[test]]
name = "example_multivalue"
path = "tests/example_multivalue.rs"

[[test]]
name = "example_traits"
path = "tests/example_traits.rs"

[[test]]
name = "miscellaneous"
path = "tests/miscellaneous.rs"

[[test]]
name = "want"
path = "tests/want.rs"

[dependencies.ty-tag]
version = "0.1.1"