Codebase list rust-stfu8 / 3497064
object - use collapse_features and remove rustc-dep-of-std feature. Peter Michael Green 2 years ago
4 changed file(s) with 35 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * Package object 0.20.0 from crates.io using debcargo 2.4.4
44 * Drop wasm/wasmparser feature.
5 * Drop rustc-dep-of-std feature.
6 * Use collapse_features = true, the extra dependencies are relatively
7 minimal.
58
69 -- Peter Michael Green <plugwash@debian.org> Tue, 02 Nov 2021 00:51:52 +0000
710
33 "Wolfgang Silbermayr <wolfgang@silbermayr.at>",
44 ]
55
6 collapse_features = true
7
68 # The auto-generated summary is too long.
79 summary = "Object file formats parsing interface"
0 Index: object/Cargo.toml
1 ===================================================================
2 --- object.orig/Cargo.toml
3 +++ object/Cargo.toml
4 @@ -34,20 +34,11 @@ required-features = ["read", "write"]
5 [[example]]
6 name = "objdump"
7 required-features = ["read"]
8 -[dependencies.alloc]
9 -version = "1.0.0"
10 -optional = true
11 -package = "rustc-std-workspace-alloc"
12
13 [dependencies.compiler_builtins]
14 version = "0.1.2"
15 optional = true
16
17 -[dependencies.core]
18 -version = "1.0.0"
19 -optional = true
20 -package = "rustc-std-workspace-core"
21 -
22 [dependencies.crc32fast]
23 version = "1.2"
24 optional = true
25 @@ -73,3 +64,2 @@ macho = []
26 read_core = []
27 -rustc-dep-of-std = ["core", "compiler_builtins", "alloc"]
28 std = []
00 bump-flate2.patch
11 remove-wasm-feature.patch
2 remove-rustc-dep-of-std.patch