# 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.79.0" name = "supply" version = "0.2.0" build = false exclude = [ ".gitlab-ci.yml", ".gitignore", "LICENSE-APACHE", "LICENSE-MIT", "examples/*", ] 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_dependency_injection" path = "tests/example_dependency_injection.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 = "lifetimes" path = "tests/lifetimes.rs" [[test]] name = "like_any" path = "tests/like_any.rs" [[test]] name = "like_better_any" path = "tests/like_better_any.rs" [[test]] name = "miscellaneous" path = "tests/miscellaneous.rs" [[test]] name = "tagged" path = "tests/tagged.rs" [[test]] name = "tags" path = "tests/tags.rs" [[test]] name = "want" path = "tests/want.rs" [features] default = [] std = []