Skip to content

Commit ccb214d

Browse files
committed
feat: add datafusion feature to arrow-pg
1 parent e6631d4 commit ccb214d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

arrow-pg/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ documentation.workspace = true
1212
readme = "../README.md"
1313
rust-version.workspace = true
1414

15+
[features]
16+
default = []
17+
datafusion = ["dep:datafusion-core"]
18+
1519
[dependencies]
1620
arrow.workspace = true
1721
bytes.workspace = true
18-
chrono.workspace = true
22+
chrono.workspace = true
23+
datafusion-core = { workspace = true, optional = true }
1924
futures.workspace = true
2025
pgwire = { workspace = true, features = ["server-api"] }
2126
postgres-types.workspace = true

0 commit comments

Comments
 (0)