# 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.75" name = "entrait" version = "0.7.1" authors = ["Audun Halland "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Loosely coupled Rust application design made easy" readme = "README.md" keywords = [ "pattern", "ioc", "inversion-of-control", "di", "macro", ] categories = [ "rust-patterns", "development-tools::testing", ] license = "MIT" repository = "https://github.com/audunhalland/entrait/" [package.metadata.docs.rs] features = ["unimock"] [lib] name = "entrait" path = "src/lib.rs" doctest = false [[test]] name = "it" path = "tests/it/main.rs" [dependencies.entrait_macros] version = "0.7.1" [dependencies.implementation] version = "0.1" [dependencies.unimock] version = "0.6.2" optional = true [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.feignhttp] version = "0.5" [dev-dependencies.mockall] version = "0.12" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [dev-dependencies.tracing] version = "0.1" [features] default = [] unimock = ["dep:unimock"]