mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
build(deps): disable unused default features (#10331)
Drops 6 crates from the release build and 7 from the workspace test build, with no source changes. - geo: no triangulation, only Contains/Intersects/Haversine (spade, earcut) - jsonwebtoken: HS256 from_secret only, no PEM keys (pem, simple_asn1) - tar: nothing sets unpack_xattrs, which defaults to false (xattr) - duplicate: every duplicate_item names its module (proc-macro2-diagnostics) - pprof: no C++ frames to demangle (cpp_demangle) Also promotes duplicate to a workspace dependency. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
c6dcb8c8fd
commit
384cb79b15
@@ -37,7 +37,7 @@ zerocopy = { workspace = true }
|
||||
[dev-dependencies]
|
||||
criterion = { workspace = true }
|
||||
dataset = { path = "../common/dataset" }
|
||||
duplicate = "2.0.1"
|
||||
duplicate = { workspace = true }
|
||||
fs-err = { workspace = true, features = ["debug"] }
|
||||
indicatif = { workspace = true }
|
||||
sha2 = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user