switchy_schema_test_utils 0.2.0

Switchy Schema Test Utils package
# 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 = "2024"
name = "switchy_schema_test_utils"
version = "0.2.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Switchy Schema Test Utils package"
readme = "README.md"
keywords = [
    "database",
    "migration",
    "schema",
    "testing",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false
tests = false

[package.metadata.cargo-machete]
ignored = [
    "switchy_fs",
    "tokio",
]

[package.metadata.workspaces]
group = "switchy"

[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",
]

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

[[test]]
name = "snapshot_integration_examples"
path = "tests/snapshot_integration_examples.rs"

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

[dependencies.insta]
version = "1.47.2"
features = [
    "filters",
    "json",
]
optional = true

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dependencies.switchy_database]
version = "0.2.0"
features = ["schema"]
default-features = false

[dependencies.switchy_database_connection]
version = "0.2.0"
optional = true
default-features = false

[dependencies.switchy_schema]
version = "0.2.0"
features = [
    "directory",
    "embedded",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"