# 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" name = "minfac" version = "0.1.1" authors = ["Markus Ineichen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight Inversion Of Control" readme = "README.md" keywords = [ "ioc", "dependency-injection", "dynamic", "inversion-of-control", "di", ] categories = ["config"] license = "MIT" repository = "https://github.com/mineichen/minfac" [lib] name = "minfac" path = "src/lib.rs" [[example]] name = "complete" path = "examples/complete.rs" [[test]] name = "cycle_detection" path = "tests/cycle_detection.rs" [[test]] name = "resolve" path = "tests/resolve.rs" [dependencies.abi_stable] version = "0.11" default-features = false [features] default = ["std"] stable_abi = [] std = []