ferro-migration 0.2.39

Backend-portable migration helpers (backfill_random_hex, backfill_random_uuid, ...) for ferro applications using SeaORM.
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 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]
edition = "2021"
name = "ferro-migration"
version = "0.2.39"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend-portable migration helpers (backfill_random_hex, backfill_random_uuid, ...) for ferro applications using SeaORM."
homepage = "https://ferro-rs.dev"
readme = "README.md"
keywords = [
    "migration",
    "sea-orm",
    "backfill",
    "postgres",
    "ferro",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/albertogferrario/ferro"

[lib]
name = "ferro_migration"
path = "src/lib.rs"

[dependencies.sea-orm]
version = "1.0"

[dependencies.sea-orm-migration]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.sea-orm]
version = "1.0"
features = [
    "sqlx-sqlite",
    "runtime-tokio-native-tls",
    "macros",
]

[dev-dependencies.tokio]
version = "1"
features = ["full"]