# 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 = "teloc" version = "0.2.0" authors = ["p0lunin "] description = "Simple, compile-time DI framework for Rust" documentation = "https://docs.rs/teloc" readme = "../README.md" keywords = ["teloc", "di", "ioc", "dependency-injection"] license = "MIT OR Apache-2.0" repository = "https://github.com/p0lunin/teloc" [dependencies.actix-http] version = "2" optional = true [dependencies.actix-router] version = "0.2" optional = true [dependencies.actix-web] version = "3" optional = true [dependencies.frunk] version = "0.4.0" [dependencies.once_cell] version = "1.4.1" [dependencies.pin-project] version = "1" optional = true [dependencies.teloc_macros] version = "0.2.0" [dev-dependencies.uuid] version = "0.8.1" features = ["v4"] [features] actix-support = ["actix-web", "actix-http", "actix-router", "pin-project"] default = []