[dependencies.async-trait]
version = "0.1.89"
[dependencies.insta]
features = [
"filters",
"json",
]
optional = true
version = "1.47.2"
[dependencies.log]
features = ["release_max_level_trace"]
version = "0.4.29"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.228"
[dependencies.serde_json]
optional = true
version = "1.0.149"
[dependencies.switchy_database]
default-features = false
features = ["schema"]
version = "0.3.0"
[dependencies.switchy_database_connection]
default-features = false
optional = true
version = "0.3.0"
[dependencies.switchy_schema]
default-features = false
features = [
"directory",
"embedded",
]
version = "0.3.0"
[dependencies.thiserror]
version = "2.0.18"
[features]
decimal = [
"switchy_database/decimal",
"switchy_schema/decimal",
]
default = [
"decimal",
"sqlite",
"uuid",
]
fail-on-warnings = [
"switchy_database/fail-on-warnings",
"switchy_database_connection?/fail-on-warnings",
"switchy_schema/fail-on-warnings",
]
snapshots = [
"dep:insta",
"dep:serde",
"dep:serde_json",
"sqlite",
"switchy_schema/snapshots",
]
sqlite = [
"dep:switchy_database_connection",
"switchy_database/sqlite",
"switchy_database_connection?/sqlite",
"switchy_database_connection?/sqlite-sqlx",
]
uuid = [
"switchy_database/uuid",
"switchy_schema/uuid",
]
[package]
authors = ["Braden Steffaniak"]
categories = [
"development-tools",
"development-tools::testing",
]
description = "Switchy Schema Test Utils package"
edition = "2024"
keywords = [
"database",
"migration",
"schema",
"testing",
]
license = "MPL-2.0"
name = "switchy_schema_test_utils"
readme = "README.md"
repository = "https://github.com/MoosicBox/MoosicBox"
version = "0.3.0"
[package.metadata]
examples = false
tests = false
[package.metadata.cargo-machete]
ignored = [
"switchy_fs",
"tokio",
]
[package.metadata.workspaces]
group = "switchy"