[package] name = "kts-etl" version = "0.1.12" authors = ["Marius Seritan "] edition = "2018" description = "Extract, transform and load data from your local environment." repository = "https://github.com/know-thy-shell/kts-rs" license = "MIT" readme = "README.md" [dependencies] dirs = "1.0" tempfile = "3.0" kts-analyze = { path = "../kts-analyze", version = "0.1" } [dependencies.rusqlite] version = "0.15.0" features = ["bundled", "functions", "unlock_notify"] [dependencies.datafusion] version = "0.14" default_features = false [dependencies.arrow] version = "0.14"