Skip to content

Commit

Permalink
remove duckdb on docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Mar 20, 2024
1 parent 854e0fb commit f35c337
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 188 deletions.
11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libflatterer"
version = "0.19.12"
version = "0.19.13"
authors = ["David Raznick <[email protected]>"]
edition = "2021"
description = "Lib to make JSON flatterer"
Expand Down Expand Up @@ -28,7 +28,7 @@ lazy_static = "1"
typed-builder = "0.18.0"
num_cpus = "1.13.1"
flate2 = "1.0.24"
csvs_convert = "0.8.9"
csvs_convert = { version = "0.8.9", default-features = false, features = ["converters"] }
bytes = "1.4.0"
url = "2.3.1"
jsonpath-rust = "0.3.0"
Expand Down Expand Up @@ -63,3 +63,10 @@ logtest = "2.0.0"

[profile.release]
debug = 1

[features]
default = ["parquet"]
parquet = ["csvs_convert/parquet"]

[package.metadata.docs.rs]
no-default-features = true
Loading

0 comments on commit f35c337

Please sign in to comment.