@@ -15,33 +15,31 @@ workspace = true
15
15
doctest = false
16
16
17
17
[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" ]
21
18
# # Data structures implement `serde::Serialize` and `serde::Deserialize`.
22
19
serde = [" dep:serde" , " gix-hash/serde" , " gix-object/serde" ]
23
20
24
21
[dependencies ]
25
22
gix-hash = { version = " ^0.14.2" , path = " ../gix-hash" }
26
23
gix-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" }
35
32
36
33
thiserror = " 1.0.63"
37
- imara-diff = { version = " 0.1.7" , optional = true }
34
+ imara-diff = { version = " 0.1.7" }
38
35
bstr = { version = " 1.5.0" , default-features = false }
39
36
serde = { version = " 1.0.114" , optional = true , default-features = false , features = [" derive" ] }
40
37
41
38
document-features = { version = " 0.2.0" , optional = true }
42
39
43
40
[dev-dependencies ]
44
41
gix-testtools = { path = " ../tests/tools" }
42
+ gix-odb = { path = " ../gix-odb" }
45
43
pretty_assertions = " 1.4.0"
46
44
47
45
[package .metadata .docs .rs ]
0 commit comments