# 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 = "syrette_macros" version = "0.5.1" authors = ["HampusM "] description = "Macros for Syrette, the convenient dependency injection framework" keywords = [ "di", "dependency-injection", "ioc", "inversion-of-control", ] license = "MIT OR Apache-2.0" repository = "https://git.hampusmat.com/syrette" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--html-in-header", "docs-style.html", ] [lib] proc_macro = true [dependencies.once_cell] version = "1.13.1" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.40" [dependencies.quote] version = "1.0.18" [dependencies.syn] version = "1.0.96" features = ["full"] [dependencies.thiserror] version = "1.0.37" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.mockall] version = "0.11.4" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.syn] version = "1.0.96" features = [ "full", "extra-traits", ] [dev-dependencies.syrette] version = "0.5.1" [features] async = [] factory = ["syrette/factory"] prevent-circular = [] [target."cfg(syrette_macros_logging)".dependencies.tracing] version = "0.1.37" [target."cfg(syrette_macros_logging)".dependencies.tracing-subscriber] version = "0.3.17"