# 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 = "despatma" version = "0.3.5" authors = ["chesedo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Design Pattern Macro like Loki" readme = "README.md" keywords = [ "macro", "design", "patterns", ] license = "MIT" repository = "https://github.com/chesedo/despatma" [lib] name = "despatma" path = "src/lib.rs" [[example]] name = "dependency-container" path = "examples/dependency-container.rs" [[example]] name = "dependency-container-complex" path = "examples/dependency-container-complex.rs" [dependencies.async-once-cell] version = "0.5.0" [dependencies.despatma-abstract-factory] version = "0.3.5" [dependencies.despatma-dependency-container] version = "0.3.5" default-features = false [dependencies.despatma-lib] version = "0.3.5" [dependencies.despatma-visitor] version = "0.3.5" [dev-dependencies.auto_impl] version = "1.2.0" [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", "sync", "time", ] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18"