camel-component-sql 0.4.0

SQL component for rust-camel (PostgreSQL, MySQL, SQLite via sqlx)
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 = "camel-component-sql"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL component for rust-camel (PostgreSQL, MySQL, SQLite via sqlx)"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-component-sql"
readme = "README.md"
keywords = [
    "camel",
    "sql",
    "database",
    "integration",
    "sqlx",
]
categories = [
    "database",
    "asynchronous",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/kennycallado/rust-camel"
resolver = "2"

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

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

[dependencies.async-stream]
version = "0.3"

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

[dependencies.bytes]
version = "1"

[dependencies.camel-api]
version = "=0.4.0"

[dependencies.camel-component]
version = "=0.4.0"

[dependencies.camel-endpoint]
version = "=0.4.0"

[dependencies.futures]
version = "0.3"

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "any",
    "postgres",
    "mysql",
    "sqlite",
]

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

[dependencies.tower]
version = "0.5"
features = ["util"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.camel-builder]
version = "=0.4.0"

[dev-dependencies.camel-component-mock]
version = "=0.4.0"

[dev-dependencies.camel-component-timer]
version = "=0.4.0"

[dev-dependencies.camel-core]
version = "=0.4.0"

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

[dev-dependencies.testcontainers-modules]
version = "0.11"
features = [
    "kafka",
    "postgres",
    "postgres",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "full",
    "test-util",
]