rust_dependencies 0.1.1

Typed dependency injection for Rust — DependencyValues and DependencyKey with Clock, Uuid, Now, and Rng built-ins.
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 = "2024"
name = "rust_dependencies"
version = "0.1.1"
authors = ["Codefonsi <info@codefonsi.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "book/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed dependency injection for Rust — DependencyValues and DependencyKey with Clock, Uuid, Now, and Rng built-ins."
homepage = "https://github.com/codefonsi/rust-key-paths/tree/main/rust_dependencies"
documentation = "https://docs.rs/rust_dependencies"
readme = "README.md"
keywords = [
    "dependency-injection",
    "tca",
    "testing",
    "clock",
    "di",
]
categories = ["development-tools::testing"]
license = "MPL-2.0"
repository = "https://github.com/codefonsi/rust-key-paths"

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

[dependencies.parking_lot]
version = "0.12"