[dependencies.polars]
features = ["csv", "parquet", "lazy", "timezones"]
version = "0.52.0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.time]
features = ["formatting"]
version = "0.3"
[dependencies.yaml-rust2]
version = "0.11"
[lib]
name = "floe_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core library for Floe, a YAML-driven technical ingestion tool."
edition = "2021"
homepage = "https://github.com/malon64/floe"
keywords = ["ingestion", "data-quality", "csv", "polars", "yaml"]
license = "MIT"
name = "floe-core"
readme = "README.md"
repository = "https://github.com/malon64/floe"
version = "0.1.2"
[[test]]
name = "config_validation"
path = "tests/config_validation.rs"