rivet-cli 0.2.0-beta.2

CLI tool to export PostgreSQL and MySQL to Parquet/CSV (local, S3, GCS) with tuning, preflight checks, and SQLite-backed state.
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 = "2024"
rust-version = "1.94"
name = "rivet-cli"
version = "0.2.0-beta.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "rivet"
description = "CLI tool to export PostgreSQL and MySQL to Parquet/CSV (local, S3, GCS) with tuning, preflight checks, and SQLite-backed state."
readme = "README.md"
license = "MIT"
repository = "https://github.com/panchenkoai/rivet"

[features]
default = ["jemalloc"]
jemalloc = ["tikv-jemallocator"]

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "58"
features = ["chrono-tz"]

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.csv]
version = "1"

[dependencies.env_logger]
version = "0.11"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.mysql]
version = "28"

[dependencies.opendal]
version = "0.55"
features = [
    "blocking",
    "services-fs",
    "services-s3",
    "services-gcs",
]

[dependencies.parquet]
version = "58"
features = [
    "arrow",
    "zstd",
    "lz4",
    "flate2",
]

[dependencies.postgres]
version = "0.19"

[dependencies.postgres-types]
version = "0.2"
features = ["with-chrono-0_4"]

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
]

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.tikv-jemallocator]
version = "0.6"
optional = true

[dependencies.tokio]
version = "1.50.0"
features = ["rt-multi-thread"]

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]

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

[target.'cfg(target_os = "macos")'.dependencies.mach2]
version = "0.4"

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