petl 0.1.1

Framework of piped ETL
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 = "petl"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework of piped ETL"
readme = "README.md"
license = "MIT or Apache-2.0"

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

[[example]]
name = "simple_http"
path = "examples/simple_http.rs"
required-features = ["http"]

[[example]]
name = "simple_pg"
path = "examples/simple_pg.rs"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]

[dependencies.config]
version = "0.15.19"

[dependencies.csv]
version = "1.4.0"

[dependencies.deadpool-postgres]
version = "0.14.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.petl-macros]
version = "0.1.0"

[dependencies.rayon]
version = "1.11.0"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.47.1"
features = ["fs"]

[dependencies.tokio-postgres]
version = "0.7.16"
features = ["with-chrono-0_4"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.zip]
version = "8.2.0"

[dev-dependencies.deadpool-postgres]
version = "0.14.1"

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