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
[package]
name = "migrations_internals"
version = "2.2.0"
license = "MIT OR Apache-2.0"
description = "Internal implementation of diesels migration mechanism"
homepage = "https://diesel.rs"
repository = "https://github.com/diesel-rs/diesel"
rust-version.workspace = true
include.workspace = true
edition = "2021"
keywords = ["diesel", "internal"]

[dependencies]
serde = {version = "1.0.0", features = ["derive"]}
toml = "0.8"