[features]
default = []
std = []
[lib]
name = "supply"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
description = "Provider API for arbitrary number of lifetimes."
edition = "2021"
exclude = [".gitlab-ci.yml", ".gitignore", "LICENSE-Apache-2.0", "LICENSE-MIT"]
keywords = ["provide", "any"]
license = "MIT OR Apache-2.0"
name = "supply"
readme = "README.md"
repository = "https://gitlab.com/konnorandrews/supply"
rust-version = "1.79.0"
version = "0.1.0"
[[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 = "lifetimes"
path = "tests/lifetimes.rs"
[[test]]
name = "like_better_any"
path = "tests/like_better_any.rs"
[[test]]
name = "tagged"
path = "tests/tagged.rs"
[[test]]
name = "tags"
path = "tests/tags.rs"
[[test]]
name = "want"
path = "tests/want.rs"