migrations_internals 2.2.0

Internal implementation of diesels migration mechanism
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
features = ["derive"]
version = "1.0.0"

[dependencies.toml]
version = "0.8"

[package]
description = "Internal implementation of diesels migration mechanism"
edition = "2021"
homepage = "https://diesel.rs"
include = ["src/**/*.rs", "tests/**/*.rs", "LICENSE-*", "README.md"]
keywords = ["diesel", "internal"]
license = "MIT OR Apache-2.0"
name = "migrations_internals"
repository = "https://github.com/diesel-rs/diesel"
rust-version = "1.78.0"
version = "2.2.0"