evento-sql-migrator 2.0.0-alpha.13

SQL migrations for evento event sourcing library.
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 = "evento-sql-migrator"
version = "2.0.0-alpha.13"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL migrations for evento event sourcing library."
documentation = "https://docs.rs/evento-sql-migrator"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/timayz/evento"

[features]
default = [
    "sqlite",
    "mysql",
    "postgres",
]
mysql = [
    "evento-sql/mysql",
    "sea-query/backend-mysql",
    "sqlx/mysql",
    "sqlx_migrator/mysql",
]
postgres = [
    "evento-sql/postgres",
    "sea-query/backend-postgres",
    "sqlx/postgres",
    "sqlx_migrator/postgres",
]
sqlite = [
    "evento-sql/sqlite",
    "sea-query/backend-sqlite",
    "sqlx/sqlite",
    "sqlx_migrator/sqlite",
]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.evento-sql]
version = "2.0.0-alpha.13"

[dependencies.sea-query]
version = "1.0.0-rc.29"
features = [
    "derive",
    "audit",
]
default-features = false

[dependencies.sqlx]
version = "0.8"

[dependencies.sqlx_migrator]
version = "0.18"