floe-core 0.2.0

Core library for Floe, a YAML-driven technical ingestion tool.
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 = "2021"
name = "floe-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Floe, a YAML-driven technical ingestion tool."
homepage = "https://github.com/malon64/floe"
readme = "README.md"
keywords = [
    "ingestion",
    "data-quality",
    "csv",
    "polars",
    "yaml",
]
license = "MIT"
repository = "https://github.com/malon64/floe"

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

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

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

[dependencies.aws-config]
version = "1"

[dependencies.aws-sdk-s3]
version = "1"

[dependencies.azure_core]
version = "0.20"

[dependencies.azure_identity]
version = "0.20"

[dependencies.azure_storage]
version = "0.20"

[dependencies.azure_storage_blobs]
version = "0.20"

[dependencies.deltalake]
version = "0.30.1"
features = [
    "datafusion",
    "s3",
    "azure",
    "gcs",
]

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.google-cloud-storage]
version = "1.2.0"
package = "gcloud-storage"

[dependencies.polars]
version = "0.52.0"
features = [
    "csv",
    "parquet",
    "lazy",
    "timezones",
    "dtype-date",
    "dtype-datetime",
    "dtype-time",
    "polars-ops",
    "is_unique",
    "is_first_distinct",
]

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "fs",
    "io-util",
]

[dependencies.url]
version = "2"

[dependencies.yaml-rust2]
version = "0.11"