File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
rust/sedona-geo-generic-alg Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff 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 ]
3631float_next_after = " 1"
3732geo-traits = { version = " 0.3.0" }
@@ -41,7 +36,6 @@ log = "0.4.11"
4136num-traits = { version = " 0.2" , default-features = false , features = [" libm" ] }
4237robust = " 1.1.0"
4338rstar = " 0.12.0"
44- serde = { version = " 1" , features = [" derive" ], optional = true }
4539i_overlay = { version = " 4.0.0, < 4.1.0" , default-features = false }
4640
4741[dev-dependencies ]
Original file line number Diff line number Diff line change 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-
3026pub use crate :: algorithm:: * ;
3127use std:: cmp:: Ordering ;
3228
You can’t perform that action at this time.
0 commit comments