hinge 0.1.0

SQL-native ELT engine — dependency graph resolved automatically from FROM/JOIN clauses, parallel execution, single binary
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"
name = "hinge"
version = "0.1.0"
build = false
exclude = [
    ".github",
    "examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL-native ELT engine — dependency graph resolved automatically from FROM/JOIN clauses, parallel execution, single binary"
homepage = "https://github.com/lsalenson/hinge"
documentation = "https://docs.rs/hinge"
readme = "README.md"
keywords = [
    "elt",
    "sql",
    "data-engineering",
    "dag",
    "pipeline",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/lsalenson/hinge"
resolver = "2"

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

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

[dependencies.clickhouse]
version = "0.15.0"

[dependencies.duckdb]
version = "1"
features = ["bundled"]

[dependencies.futures]
version = "0.3"

[dependencies.percent-encoding]
version = "2"

[dependencies.regex]
version = "1"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.snowflake-api]
version = "0.14"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.walkdir]
version = "2"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]