Skip to content

Commit 5fa879f

Browse files
committed
Remove unused feature flags in sedona-geo-generic-alg
1 parent 8383741 commit 5fa879f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

rust/sedona-geo-generic-alg/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ edition = "2021"
2727

2828
[workspace]
2929

30-
[features]
31-
default = ["multithreading"]
32-
use-serde = ["serde", "geo-types/serde"]
33-
multithreading = ["i_overlay/allow_multithreading", "geo-types/multithreading"]
34-
3530
[dependencies]
3631
float_next_after = "1"
3732
geo-traits = { version = "0.3.0" }
@@ -41,7 +36,6 @@ log = "0.4.11"
4136
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
4237
robust = "1.1.0"
4338
rstar = "0.12.0"
44-
serde = { version = "1", features = ["derive"], optional = true }
4539
i_overlay = { version = "4.0.0, < 4.1.0", default-features = false }
4640

4741
[dev-dependencies]

rust/sedona-geo-generic-alg/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
//! The original upstream project is dual-licensed under Apache-2.0 or MIT; the copied/ported code
2424
//! here is used under the Apache-2.0 license consistent with this repository.
2525
//! This top-level file orchestrates module exposure and numeric traits mirroring upstream design.
26-
#[cfg(feature = "use-serde")]
27-
#[macro_use]
28-
extern crate serde;
29-
3026
pub use crate::algorithm::*;
3127
use std::cmp::Ordering;
3228

0 commit comments

Comments
 (0)