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.
24 lines
453 B
24 lines
453 B
[package]
|
|
cargo-toml-patch-comments = [
|
|
"disable unused WASM support",
|
|
]
|
|
|
|
[features]
|
|
hide = [
|
|
"alloc",
|
|
"compiler_builtins",
|
|
"core",
|
|
"rustc-dep-of-std",
|
|
]
|
|
|
|
[tests]
|
|
skip = [
|
|
"read::coff::coff_extended_relocations",
|
|
"read::elf::get_buildid_bad_elf",
|
|
"read::elf::get_buildid_less_bad_elf",
|
|
"read::macho::test_go_macho",
|
|
]
|
|
skip-exact = true
|
|
comments = ["skip tests that require files which are not included in published crates"]
|
|
|