You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- gimli-0.25.0/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
|
|
+++ gimli-0.25.0/Cargo.toml 2021-07-28T20:09:30.269078+00:00
|
|
|
|
@@ -45,19 +45,6 @@
|
|
|
|
[[example]]
|
|
|
|
name = "dwarf-validate"
|
|
|
|
required-features = ["read", "std"]
|
|
|
|
-[dependencies.alloc]
|
|
|
|
-version = "1.0.0"
|
|
|
|
-optional = true
|
|
|
|
-package = "rustc-std-workspace-alloc"
|
|
|
|
-
|
|
|
|
-[dependencies.compiler_builtins]
|
|
|
|
-version = "0.1.2"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[dependencies.core]
|
|
|
|
-version = "1.0.0"
|
|
|
|
-optional = true
|
|
|
|
-package = "rustc-std-workspace-core"
|
|
|
|
|
|
|
|
[dependencies.fallible-iterator]
|
|
|
|
version = "0.2.0"
|
|
|
|
@@ -104,7 +91,6 @@
|
|
|
|
default = ["read", "write", "std", "fallible-iterator", "endian-reader"]
|
|
|
|
endian-reader = ["stable_deref_trait"]
|
|
|
|
read = []
|
|
|
|
-rustc-dep-of-std = ["core", "alloc", "compiler_builtins"]
|
|
|
|
std = ["fallible-iterator/std", "stable_deref_trait/std"]
|
|
|
|
write = ["indexmap"]
|
|
|
|
[badges.coveralls]
|