# 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] name = "test_utils" version = "0.4.0" authors = ["Thibaut Roche "] description = "Utility functions to run rust tests." readme = "README.md" license = "MIT" repository = "https://github.com/Aeradriel/rs_test_utils.git" [package.metadata.docs.rs] all-features = true [dependencies.diesel] version = "1.4.8" features = [ "postgres", "r2d2", ] optional = true [dependencies.dotenv] version = "0.15.0" optional = true [dependencies.lazy_static] version = "1.2.0" optional = true [dependencies.rocket] version = "0.5.0-rc.2" optional = true [features] default = [ "postgres", "dotenv", "rocket_support", ] postgres = ["diesel"] rocket_support = [ "rocket", "lazy_static", "diesel", ]