# 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 = "glow_plug" version = "0.1.1" description = "Testing macro for diesel to create a clean database for each test" license = "MIT" repository = "https://github.com/wickwirew/glow_plug" resolver = "1" [dependencies.diesel] version = "2.0.0" [dependencies.diesel_migrations] version = "2.0.0" [dependencies.dotenvy] version = "0.15" [dependencies.futures] version = "0.3.30" optional = true [dependencies.glow_plug_macros] version = "0.1.1" [dependencies.tokio] version = "1.30.0" features = ["macros"] optional = true [features] tokio = [ "dep:tokio", "dep:futures", ]