geni 1.3.2

A standalone database CLI migration tool
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 = "geni"
version = "1.3.2"
authors = ["Emil Privér"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A standalone database CLI migration tool"
readme = "README.md"
keywords = [
    "database",
    "migration",
    "cli",
]
license = "MIT"
repository = "https://github.com/emilpriver/geni"
resolver = "2"

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

[[bin]]
name = "geni"
path = "src/bin/geni/bin.rs"

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

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

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.clap]
version = "4.5.57"
features = [
    "env",
    "string",
    "derive",
    "cargo",
]

[dependencies.futures]
version = "0.3.31"

[dependencies.libsql]
version = "0.9.30"

[dependencies.log]
version = "0.4.29"
features = [
    "max_level_debug",
    "serde",
]

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "chrono",
    "postgres",
    "mysql",
    "time",
]

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

[dependencies.turso]
version = "0.5.3"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dependencies.which]
version = "8.0.0"

[dev-dependencies.mockall]
version = "0.14.0"

[dev-dependencies.serial_test]
version = "3.2.0"

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

[dev-dependencies.testcontainers]
version = "0.27.2"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true