# 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 = "thruster-jab" version = "0.1.0" description = "Quick and simple dependency injection." license = "MIT" [[example]] name = "hello_world" test = true [dependencies] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.hyper] version = "0.14.8" [dev-dependencies.log] version = "0.4" [dev-dependencies.thruster] version = "1.1.10" features = ["hyper_server"] [dev-dependencies.tokio] version = "0.2.22" features = ["full"]