rust_dependencies 0.1.2

Typed dependency injection for Rust — DependencyValues and DependencyKey with Clock, Uuid, Now, and Rng built-ins.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rust_dependencies"
version = "0.1.2"
edition = "2024"
authors = ["Codefonsi <info@codefonsi.com>"]
license = "MPL-2.0"
description = "Typed dependency injection for Rust — DependencyValues and DependencyKey with Clock, Uuid, Now, and Rng built-ins."
readme = "README.md"
repository = "https://github.com/codefonsi/rust-key-paths"
homepage = "https://github.com/codefonsi/rust-key-paths/tree/main/rust_dependencies"
documentation = "https://docs.rs/rust_dependencies"
keywords = ["dependency-injection", "tca", "testing", "clock", "di"]
categories = ["development-tools::testing"]
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "book/**/*"]

[dependencies]
parking_lot = "0.12"