migrations_internals 1.4.1

Internal implementation of diesels migration mechanism
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "migrations_internals"
version = "1.4.1"
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
license = "MIT OR Apache-2.0"
description = "Internal implementation of diesels migration mechanism"
homepage = "http://diesel.rs"

[dependencies]
diesel = { version = "~1.4.0", default-features = false }
barrel = { version = ">= 0.5.0", optional = true, features = ["diesel"] }

[dev-dependencies]
tempdir = "0.3.4"

[features]
default = []