Skip to content

Commit

Permalink
update feature requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Apr 29, 2024
1 parent b6e30df commit b424445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ reqwest = { version = "0.12.3", optional = true }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
serde_with = "3.4.0"
derive_builder = "0.20.0"
derive_builder = { version = "0.20.0", optional = true }

[lib]
crate-type = ["staticlib", "lib"]

[features]
default = []
places-client = ["reqwest/blocking", "reqwest/json"]
places-client = ["reqwest/blocking", "reqwest/json", "derive_builder"]
geo = ["dep:geo-types"]
geoarrow = ["dep:geo-types", "dep:geoarrow", "arrow"]

Expand Down

0 comments on commit b424445

Please sign in to comment.