# 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 = "2018" name = "waiter_di" version = "1.6.6" authors = ["dmitryb.dev@gmail.com"] description = "Dependency injection" readme = "README.md" keywords = [ "dependency-injection", "inversion-of-control", "di", "ioc", ] license = "MIT" repository = "https://github.com/dmitryb-dev/waiter" [dependencies.config] version = "0.14.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.waiter_codegen] version = "1.6.6" [features] async = ["waiter_codegen/async"]