# 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 = "inexor-rgf-core-di" version = "0.9.1" authors = [ "dmitryb.dev@gmail.com", "Andreas Schaeffer ", ] description = "Inexor - Reactive Graph Flow - Dependency Injection" readme = "README.md" keywords = [ "dependency-injection", "inversion-of-control", "di", "ioc", ] license = "MIT" repository = "https://github.com/inexorgame/inexor-rgf-application" resolver = "1" [dependencies.config] version = "0.13" [dependencies.inexor-rgf-core-di-codegen] version = "0.9.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" features = [ "std", "serde", ] [dependencies.regex] version = "1.6" [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [features] async = ["inexor-rgf-core-di-codegen/async"]