# 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 = "dirk_framework" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dependency Injection for Rust" readme = "README.md" keywords = [ "dependency-injection", "inversion-of-control", "design-patterns", ] categories = ["rust-patterns"] license = "Apache-2.0" repository = "https://github.com/hundsdor/dirk.git" [profile.release] debug = 2 [lib] name = "dirk_framework" path = "src/lib.rs" [[example]] name = "application" path = "examples/application.rs" [[example]] name = "car" path = "examples/car.rs" [[example]] name = "coffee" path = "examples/coffee.rs" [[example]] name = "generic" path = "examples/generic.rs" [[test]] name = "errors" path = "tests/errors.rs" [[test]] name = "examples" path = "tests/examples.rs" [dependencies.dirk_macros] version = "0.1.1" [dependencies.once_cell] version = "1.19.0" [dev-dependencies.insta] version = "1.40.0" features = ["filters"] [dev-dependencies.tempdir] version = "0.3.7" [dev-dependencies.test-case] version = "3.1.0"