[package] name = "commoncrawl_graph" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.89"
datadog-statsd = "0.1.2"
flate2 = "1.0.34" futures = "0.3.31" itertools = "0.13.0" reqwest = "0.12.8" sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio"] } tokio = { version = "1.40.0", features = ["full"] }