transferred-core 0.0.3

Connector-agnostic traits and types for the transferred data transfer engine.
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 = "transferred-core"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Connector-agnostic traits and types for the transferred data transfer engine."
readme = "README.md"
keywords = [
    "transferred",
    "etl",
    "extract-load",
    "arrow",
    "data-transfer",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/skatromb/transferred"

[features]
dev = []

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

[dependencies.arrow]
version = "58"
features = ["prettyprint"]

[dependencies.arrow-schema]
version = "58"

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

[dependencies.futures]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.52"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "io-util",
    "net",
    "time",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[lints.clippy]
expect_used = "deny"
indexing_slicing = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"