spawn-db 0.2.0

Database Build System
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 = "spawn-db"
version = "0.2.0"
authors = ["Mark Saward <mark@manse.cloud>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database Build System"
homepage = "https://spawn.dev"
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/saward/spawn"

[package.metadata.wix]
upgrade-guid = "EDDD3448-8691-47B5-B21C-BBB6BD3FA1AE"
path-guid = "3CCE6052-6295-4118-B5C8-79E2834AD8E2"
license-file = "LICENSE"
eula = false
license = false

[package.metadata.dist]
bins = ["spawn"]

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

[[bin]]
name = "spawn"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.13"
features = [
    "color",
    "derive",
]

[dependencies.config]
version = "0.15"
features = ["toml"]

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.minijinja]
version = "2.11.0"
features = ["loader"]

[dependencies.object_store]
version = "0.12.3"
features = ["fs"]

[dependencies.opendal]
version = ">=0.53, <1"
features = [
    "services-fs",
    "services-memory",
]

[dependencies.pin-project]
version = "1.1.10"

[dependencies.postgres-protocol]
version = "0.6"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.shlex]
version = "1.3.0"

[dependencies.similar]
version = "2.7.0"
features = ["inline"]

[dependencies.tabled]
version = "0.17"
features = ["ansi"]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.twox-hash]
version = "2"
features = [
    "xxhash3_64",
    "xxhash3_128",
]

[dependencies.uuid]
version = "1.21"
features = [
    "v4",
    "v5",
    "v7",
]

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.tempfile]
version = "3.8"

[profile.dist]
lto = "thin"
inherits = "release"