carto/Cargo.toml

23 lines
481 B
TOML

[package]
name = "carto"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "*"
async-std = { version = "1", features = ["attributes", "tokio1"] }
chrono = "0.4"
deltalake = { git = "https://github.com/delta-io/delta-rs", branch = "main", features = ["s3", "parquet"]}
dotenv = "*"
glob = "0.3"
gumdrop = "0.8"
log= "0"
pretty_env_logger = "0"
tokio = { version = "1", features = ["macros"] }
serde_json = "1"
serde_yaml = "0"
url = "2"
[dev-dependencies]
tempfile = "*"