@@ -15,33 +15,31 @@ workspace = true
1515doctest = false
1616
1717[features ]
18- default = [" blob" ]
19- # # Enable diffing of blobs using imara-diff, which also allows for a generic rewrite tracking implementation.
20- blob = [" dep:imara-diff" , " dep:gix-filter" , " dep:gix-worktree" , " dep:gix-path" , " dep:gix-fs" , " dep:gix-command" , " dep:gix-tempfile" , " dep:gix-trace" , " dep:gix-quote" ]
2118# # Data structures implement `serde::Serialize` and `serde::Deserialize`.
2219serde = [" dep:serde" , " gix-hash/serde" , " gix-object/serde" ]
2320
2421[dependencies ]
2522gix-hash = { version = " ^0.14.2" , path = " ../gix-hash" }
2623gix-object = { version = " ^0.44.0" , path = " ../gix-object" }
27- gix-filter = { version = " ^0.13.0" , path = " ../gix-filter" , optional = true }
28- gix-worktree = { version = " ^0.36.0" , path = " ../gix-worktree" , default-features = false , features = [" attributes" ], optional = true }
29- gix-command = { version = " ^0.3.9" , path = " ../gix-command" , optional = true }
30- gix-path = { version = " ^0.10.11" , path = " ../gix-path" , optional = true }
31- gix-fs = { version = " ^0.11.3" , path = " ../gix-fs" , optional = true }
32- gix-tempfile = { version = " ^14.0.0" , path = " ../gix-tempfile" , optional = true }
33- gix-trace = { version = " ^0.1.10" , path = " ../gix-trace" , optional = true }
34- gix-quote = { version = " ^0.4.12" , path = " ../gix-quote" , optional = true }
24+ gix-filter = { version = " ^0.13.0" , path = " ../gix-filter" }
25+ gix-worktree = { version = " ^0.36.0" , path = " ../gix-worktree" , default-features = false , features = [" attributes" ] }
26+ gix-command = { version = " ^0.3.9" , path = " ../gix-command" }
27+ gix-path = { version = " ^0.10.11" , path = " ../gix-path" }
28+ gix-fs = { version = " ^0.11.3" , path = " ../gix-fs" }
29+ gix-tempfile = { version = " ^14.0.0" , path = " ../gix-tempfile" }
30+ gix-trace = { version = " ^0.1.10" , path = " ../gix-trace" }
31+ gix-quote = { version = " ^0.4.12" , path = " ../gix-quote" }
3532
3633thiserror = " 1.0.63"
37- imara-diff = { version = " 0.1.7" , optional = true }
34+ imara-diff = { version = " 0.1.7" }
3835bstr = { version = " 1.5.0" , default-features = false }
3936serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
4037
4138document-features = { version = " 0.2.0" , optional = true }
4239
4340[dev-dependencies ]
4441gix-testtools = { path = " ../tests/tools" }
42+ gix-odb = { path = " ../gix-odb" }
4543pretty_assertions = " 1.4.0"
4644
4745[package .metadata .docs .rs ]
0 commit comments