test_utils 0.1.1

Utility functions to run rust tests.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "test_utils"
version = "0.1.1"
authors = ["Thibaut Roche <thibaut.roche.perso@gmail.com>"]
description = "Utility functions to run rust tests."
license = "MIT"
repository = "https://github.com/Aeradriel/rs_test_utils.git"
[package.metadata.docs.rs]
all-features = true
[dependencies.diesel]
version = "1.3.2"
features = ["postgres", "r2d2"]
optional = true

[dependencies.dotenv]
version = "0.13.0"
optional = true

[dependencies.lazy_static]
version = "1.0.2"
optional = true

[dependencies.rocket]
version = "0.3.15"
optional = true

[features]
default = ["postgres", "dotenv", "rocket_support"]
postgres = ["diesel"]
rocket_support = ["rocket", "lazy_static", "diesel"]